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

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

public static class Detallista.LineItem.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" minOccurs="0">
           <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">
                       <length value="2"/>
                       <enumeration value="ON"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Detallista.LineItem.AdditionalInformation

public Detallista.LineItem.AdditionalInformation()
Method Detail

getReferenceIdentification

public Detallista.LineItem.AdditionalInformation.ReferenceIdentification getReferenceIdentification()
Gets the value of the referenceIdentification property.

Returns:
possible object is Detallista.LineItem.AdditionalInformation.ReferenceIdentification

setReferenceIdentification

public void setReferenceIdentification(Detallista.LineItem.AdditionalInformation.ReferenceIdentification value)
Sets the value of the referenceIdentification property.

Parameters:
value - allowed object is Detallista.LineItem.AdditionalInformation.ReferenceIdentification


Copyright © 2010-2013. All Rights Reserved.