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

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

public static class Detallista.Buyer
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="contactInformation" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="personOrDepartmentName">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="text">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                   <minLength value="1"/>
                                   <maxLength value="35"/>
                                 </restriction>
                               </simpleType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.Buyer.ContactInformation
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.Buyer.ContactInformation contactInformation
           
protected  String gln
           
 
Constructor Summary
Detallista.Buyer()
           
 
Method Summary
 Detallista.Buyer.ContactInformation getContactInformation()
          Gets the value of the contactInformation property.
 String getGln()
          Gets the value of the gln property.
 void setContactInformation(Detallista.Buyer.ContactInformation value)
          Sets the value of the contactInformation 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

contactInformation

protected Detallista.Buyer.ContactInformation contactInformation
Constructor Detail

Detallista.Buyer

public Detallista.Buyer()
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

getContactInformation

public Detallista.Buyer.ContactInformation getContactInformation()
Gets the value of the contactInformation property.

Returns:
possible object is Detallista.Buyer.ContactInformation

setContactInformation

public void setContactInformation(Detallista.Buyer.ContactInformation value)
Sets the value of the contactInformation property.

Parameters:
value - allowed object is Detallista.Buyer.ContactInformation


Copyright © 2010-2013. All Rights Reserved.