Class 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>
     
    • 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
      • 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