Package net.authorize.api.contract.v1
Class ReturnedItemType
- java.lang.Object
-
- net.authorize.api.contract.v1.ReturnedItemType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcodeprotected XMLGregorianCalendardateLocalprotected XMLGregorianCalendardateUTCprotected Stringdescriptionprotected Stringid
-
Constructor Summary
Constructors Constructor Description ReturnedItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.XMLGregorianCalendargetDateLocal()Gets the value of the dateLocal property.XMLGregorianCalendargetDateUTC()Gets the value of the dateUTC property.StringgetDescription()Gets the value of the description property.StringgetId()Gets the value of the id property.voidsetCode(String value)Sets the value of the code property.voidsetDateLocal(XMLGregorianCalendar value)Sets the value of the dateLocal property.voidsetDateUTC(XMLGregorianCalendar value)Sets the value of the dateUTC property.voidsetDescription(String value)Sets the value of the description property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
-
dateUTC
protected XMLGregorianCalendar dateUTC
-
dateLocal
protected XMLGregorianCalendar dateLocal
-
code
protected String code
-
description
protected String description
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDateUTC
public XMLGregorianCalendar getDateUTC()
Gets the value of the dateUTC property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateUTC
public void setDateUTC(XMLGregorianCalendar value)
Sets the value of the dateUTC property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDateLocal
public XMLGregorianCalendar getDateLocal()
Gets the value of the dateLocal property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateLocal
public void setDateLocal(XMLGregorianCalendar value)
Sets the value of the dateLocal property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-