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" minOccurs="0"/>
<element ref="{}product_info" minOccurs="0"/>
<element ref="{}summary" minOccurs="0"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| 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.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
boolean |
isSetProductInfo() |
boolean |
isSetSpecialObjects() |
boolean |
isSetSummary() |
boolean |
isSetTime() |
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.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic 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()
public XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTime()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0