public static class Detallista.LineItem.ExtendedAttributes 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="lotNumber" maxOccurs="10"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="productionDate" type="{http://www.w3.org/2001/XMLSchema}date" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.ExtendedAttributes.LotNumber
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Detallista.LineItem.ExtendedAttributes.LotNumber> |
lotNumber |
Constructor and Description |
---|
ExtendedAttributes() |
Modifier and Type | Method and Description |
---|---|
List<Detallista.LineItem.ExtendedAttributes.LotNumber> |
getLotNumber()
Gets the value of the lotNumber property.
|
protected List<Detallista.LineItem.ExtendedAttributes.LotNumber> lotNumber
public List<Detallista.LineItem.ExtendedAttributes.LotNumber> getLotNumber()
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 lotNumber property.
For example, to add a new item, do as follows:
getLotNumber().add(newItem);
Objects of the following type(s) are allowed in the list
Detallista.LineItem.ExtendedAttributes.LotNumber
Copyright © 2010–2018. All rights reserved.