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, unsetLinks
protected SpecialObjects specialObjects
protected ProductInfo productInfo
protected ApiSummary summary
public SpecialObjects getSpecialObjects()
SpecialObjects
public void setSpecialObjects(SpecialObjects value)
value
- allowed object is
SpecialObjects
public boolean isSetSpecialObjects()
public ProductInfo getProductInfo()
ProductInfo
public void setProductInfo(ProductInfo value)
value
- allowed object is
ProductInfo
public boolean isSetProductInfo()
public ApiSummary getSummary()
ApiSummary
public void setSummary(ApiSummary value)
value
- allowed object is
ApiSummary
public boolean isSetSummary()
Copyright © 2012. All Rights Reserved.