public static class Detallista.AdditionalInformation 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="99"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="AAE"/> <enumeration value="CK"/> <enumeration value="ACE"/> <enumeration value="ATZ"/> <enumeration value="DQ"/> <enumeration value="IV"/> <enumeration value="ON"/> <enumeration value="AWR"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.AdditionalInformation.ReferenceIdentification
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Detallista.AdditionalInformation.ReferenceIdentification> |
referenceIdentification |
Constructor and Description |
---|
AdditionalInformation() |
Modifier and Type | Method and Description |
---|---|
List<Detallista.AdditionalInformation.ReferenceIdentification> |
getReferenceIdentification()
Gets the value of the referenceIdentification property.
|
protected List<Detallista.AdditionalInformation.ReferenceIdentification> referenceIdentification
public List<Detallista.AdditionalInformation.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.AdditionalInformation.ReferenceIdentification
Copyright © 2010–2018. All rights reserved.