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, unsetLinks
getActions, isSetActions, setActions
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()
public XMLGregorianCalendar getTime()
XMLGregorianCalendar
public void setTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTime()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0