public class ReturnedItemType extends 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 String |
code |
protected XMLGregorianCalendar |
dateLocal |
protected XMLGregorianCalendar |
dateUTC |
protected String |
description |
protected String |
id |
| Constructor and Description |
|---|
ReturnedItemType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
XMLGregorianCalendar |
getDateLocal()
Gets the value of the dateLocal property.
|
XMLGregorianCalendar |
getDateUTC()
Gets the value of the dateUTC property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDateLocal(XMLGregorianCalendar value)
Sets the value of the dateLocal property.
|
void |
setDateUTC(XMLGregorianCalendar value)
Sets the value of the dateUTC property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected XMLGregorianCalendar dateUTC
protected XMLGregorianCalendar dateLocal
protected String code
protected String description
public void setId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateUTC()
XMLGregorianCalendarpublic void setDateUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateLocal()
XMLGregorianCalendarpublic void setDateLocal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2016. All Rights Reserved.