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

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

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>
 


Nested Class Summary
static class Detallista.AdditionalInformation.ReferenceIdentification
          Java class for anonymous complex type.
 
Field Summary
protected  List<Detallista.AdditionalInformation.ReferenceIdentification> referenceIdentification
           
 
Constructor Summary
Detallista.AdditionalInformation()
           
 
Method Summary
 List<Detallista.AdditionalInformation.ReferenceIdentification> getReferenceIdentification()
          Gets the value of the referenceIdentification 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.AdditionalInformation.ReferenceIdentification> referenceIdentification
Constructor Detail

Detallista.AdditionalInformation

public Detallista.AdditionalInformation()
Method Detail

getReferenceIdentification

public List<Detallista.AdditionalInformation.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.AdditionalInformation.ReferenceIdentification



Copyright © 2010-2013. All Rights Reserved.