mx.bigdata.sat.common.detallista.schema
Class Detallista.OrderIdentification

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.OrderIdentification
Enclosing class:
Detallista

public static class Detallista.OrderIdentification
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceIdentification" maxOccurs="30">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="type" use="required" fixed="ON">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                       <enumeration value="ON"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.OrderIdentification.ReferenceIdentification
          Java class for anonymous complex type.
 
Field Summary
protected  XMLGregorianCalendar referenceDate
           
protected  List<Detallista.OrderIdentification.ReferenceIdentification> referenceIdentification
           
 
Constructor Summary
Detallista.OrderIdentification()
           
 
Method Summary
 XMLGregorianCalendar getReferenceDate()
          Gets the value of the referenceDate property.
 List<Detallista.OrderIdentification.ReferenceIdentification> getReferenceIdentification()
          Gets the value of the referenceIdentification property.
 void setReferenceDate(XMLGregorianCalendar value)
          Sets the value of the referenceDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceIdentification

protected List<Detallista.OrderIdentification.ReferenceIdentification> referenceIdentification

referenceDate

protected XMLGregorianCalendar referenceDate
Constructor Detail

Detallista.OrderIdentification

public Detallista.OrderIdentification()
Method Detail

getReferenceIdentification

public List<Detallista.OrderIdentification.ReferenceIdentification> getReferenceIdentification()
Gets the value of the referenceIdentification property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referenceIdentification property.

For example, to add a new item, do as follows:

    getReferenceIdentification().add(newItem);
 

Objects of the following type(s) are allowed in the list Detallista.OrderIdentification.ReferenceIdentification


getReferenceDate

public XMLGregorianCalendar getReferenceDate()
Gets the value of the referenceDate property.

Returns:
possible object is XMLGregorianCalendar

setReferenceDate

public void setReferenceDate(XMLGregorianCalendar value)
Sets the value of the referenceDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2010-2013. All Rights Reserved.