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>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.OrderIdentification.ReferenceIdentification
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
referenceDate |
protected List<Detallista.OrderIdentification.ReferenceIdentification> |
referenceIdentification |
Constructor and Description |
---|
OrderIdentification() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<Detallista.OrderIdentification.ReferenceIdentification> referenceIdentification
protected XMLGregorianCalendar referenceDate
public List<Detallista.OrderIdentification.ReferenceIdentification> getReferenceIdentification()
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
public XMLGregorianCalendar getReferenceDate()
XMLGregorianCalendar
public void setReferenceDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2010–2018. All rights reserved.