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

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

public static class Detallista.InvoiceCreator
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="gln" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <length value="13"/>
             </restriction>
           </simpleType>
         </element>
         <element name="alternatePartyIdentification" 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="VA"/>
                       <enumeration value="IA"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="nameAndAddress" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <maxLength value="35"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="streetAddressOne" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <maxLength value="35"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="city" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <maxLength value="35"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="postalCode" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <minLength value="1"/>
                         <maxLength value="9"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.InvoiceCreator.AlternatePartyIdentification
          Java class for anonymous complex type.
static class Detallista.InvoiceCreator.NameAndAddress
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.InvoiceCreator.AlternatePartyIdentification alternatePartyIdentification
           
protected  String gln
           
protected  Detallista.InvoiceCreator.NameAndAddress nameAndAddress
           
 
Constructor Summary
Detallista.InvoiceCreator()
           
 
Method Summary
 Detallista.InvoiceCreator.AlternatePartyIdentification getAlternatePartyIdentification()
          Gets the value of the alternatePartyIdentification property.
 String getGln()
          Gets the value of the gln property.
 Detallista.InvoiceCreator.NameAndAddress getNameAndAddress()
          Gets the value of the nameAndAddress property.
 void setAlternatePartyIdentification(Detallista.InvoiceCreator.AlternatePartyIdentification value)
          Sets the value of the alternatePartyIdentification property.
 void setGln(String value)
          Sets the value of the gln property.
 void setNameAndAddress(Detallista.InvoiceCreator.NameAndAddress value)
          Sets the value of the nameAndAddress property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gln

protected String gln

alternatePartyIdentification

protected Detallista.InvoiceCreator.AlternatePartyIdentification alternatePartyIdentification

nameAndAddress

protected Detallista.InvoiceCreator.NameAndAddress nameAndAddress
Constructor Detail

Detallista.InvoiceCreator

public Detallista.InvoiceCreator()
Method Detail

getGln

public String getGln()
Gets the value of the gln property.

Returns:
possible object is String

setGln

public void setGln(String value)
Sets the value of the gln property.

Parameters:
value - allowed object is String

getAlternatePartyIdentification

public Detallista.InvoiceCreator.AlternatePartyIdentification getAlternatePartyIdentification()
Gets the value of the alternatePartyIdentification property.

Returns:
possible object is Detallista.InvoiceCreator.AlternatePartyIdentification

setAlternatePartyIdentification

public void setAlternatePartyIdentification(Detallista.InvoiceCreator.AlternatePartyIdentification value)
Sets the value of the alternatePartyIdentification property.

Parameters:
value - allowed object is Detallista.InvoiceCreator.AlternatePartyIdentification

getNameAndAddress

public Detallista.InvoiceCreator.NameAndAddress getNameAndAddress()
Gets the value of the nameAndAddress property.

Returns:
possible object is Detallista.InvoiceCreator.NameAndAddress

setNameAndAddress

public void setNameAndAddress(Detallista.InvoiceCreator.NameAndAddress value)
Sets the value of the nameAndAddress property.

Parameters:
value - allowed object is Detallista.InvoiceCreator.NameAndAddress


Copyright © 2010-2013. All Rights Reserved.