public static class Detallista.DeliveryNote 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"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> </restriction> </simpleType> </element> <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
referenceDate |
protected List<String> |
referenceIdentification |
Constructor and Description |
---|
DeliveryNote() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getReferenceDate()
Gets the value of the referenceDate property.
|
List<String> |
getReferenceIdentification()
Gets the value of the referenceIdentification property.
|
void |
setReferenceDate(XMLGregorianCalendar value)
Sets the value of the referenceDate property.
|
protected XMLGregorianCalendar referenceDate
public List<String> 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
String
public XMLGregorianCalendar getReferenceDate()
XMLGregorianCalendar
public void setReferenceDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2010–2018. All rights reserved.