public class API extends BaseResource
Java class for API complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="API">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}special_objects"/>
<element ref="{}product_info"/>
<element ref="{}summary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProductInfo |
productInfo |
protected SpecialObjects |
specialObjects |
protected ApiSummary |
summary |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
API() |
| Modifier and Type | Method and Description |
|---|---|
ProductInfo |
getProductInfo()
Gets the value of the productInfo property.
|
SpecialObjects |
getSpecialObjects()
Gets the value of the specialObjects property.
|
ApiSummary |
getSummary()
Gets the value of the summary property.
|
boolean |
isSetProductInfo() |
boolean |
isSetSpecialObjects() |
boolean |
isSetSummary() |
void |
setProductInfo(ProductInfo value)
Sets the value of the productInfo property.
|
void |
setSpecialObjects(SpecialObjects value)
Sets the value of the specialObjects property.
|
void |
setSummary(ApiSummary value)
Sets the value of the summary property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected SpecialObjects specialObjects
protected ProductInfo productInfo
protected ApiSummary summary
public SpecialObjects getSpecialObjects()
SpecialObjectspublic void setSpecialObjects(SpecialObjects value)
value - allowed object is
SpecialObjectspublic boolean isSetSpecialObjects()
public ProductInfo getProductInfo()
ProductInfopublic void setProductInfo(ProductInfo value)
value - allowed object is
ProductInfopublic boolean isSetProductInfo()
public ApiSummary getSummary()
ApiSummarypublic void setSummary(ApiSummary value)
value - allowed object is
ApiSummarypublic boolean isSetSummary()
Copyright © 2012. All Rights Reserved.