public class ReturnedItemType
extends java.lang.Object
Java class for returnedItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="returnedItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="dateUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="dateLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLocal |
protected javax.xml.datatype.XMLGregorianCalendar |
dateUTC |
protected java.lang.String |
description |
protected java.lang.String |
id |
| Constructor and Description |
|---|
ReturnedItemType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLocal()
Gets the value of the dateLocal property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateUTC()
Gets the value of the dateUTC property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDateLocal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLocal property.
|
void |
setDateUTC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateUTC property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected javax.xml.datatype.XMLGregorianCalendar dateUTC
protected javax.xml.datatype.XMLGregorianCalendar dateLocal
protected java.lang.String code
protected java.lang.String description
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateUTC()
XMLGregorianCalendarpublic void setDateUTC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLocal()
XMLGregorianCalendarpublic void setDateLocal(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.