net.authorize.api.contract.v1
Class ReturnedItemType

java.lang.Object
  extended by 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
protected  String code
           
protected  XMLGregorianCalendar dateLocal
           
protected  XMLGregorianCalendar dateUTC
           
protected  String description
           
protected  String id
           
 
Constructor Summary
ReturnedItemType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

dateUTC

protected XMLGregorianCalendar dateUTC

dateLocal

protected XMLGregorianCalendar dateLocal

code

protected String code

description

protected String description
Constructor Detail

ReturnedItemType

public ReturnedItemType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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 is XMLGregorianCalendar

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 is XMLGregorianCalendar

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 is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.