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

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

public static class Detallista.Seller
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">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <length value="13"/>
             </restriction>
           </simpleType>
         </element>
         <element name="alternatePartyIdentification">
           <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">
                       <minLength value="1"/>
                       <maxLength value="40"/>
                       <enumeration value="SELLER_ASSIGNED_IDENTIFIER_FOR_A_PARTY"/>
                       <enumeration value="IEPS_REFERENCE"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.Seller.AlternatePartyIdentification
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.Seller.AlternatePartyIdentification alternatePartyIdentification
           
protected  String gln
           
 
Constructor Summary
Detallista.Seller()
           
 
Method Summary
 Detallista.Seller.AlternatePartyIdentification getAlternatePartyIdentification()
          Gets the value of the alternatePartyIdentification property.
 String getGln()
          Gets the value of the gln property.
 void setAlternatePartyIdentification(Detallista.Seller.AlternatePartyIdentification value)
          Sets the value of the alternatePartyIdentification property.
 void setGln(String value)
          Sets the value of the gln 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.Seller.AlternatePartyIdentification alternatePartyIdentification
Constructor Detail

Detallista.Seller

public Detallista.Seller()
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.Seller.AlternatePartyIdentification getAlternatePartyIdentification()
Gets the value of the alternatePartyIdentification property.

Returns:
possible object is Detallista.Seller.AlternatePartyIdentification

setAlternatePartyIdentification

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

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


Copyright © 2010-2013. All Rights Reserved.