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

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

public static class Detallista.Buyer.ContactInformation
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="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>
 


Nested Class Summary
static class Detallista.Buyer.ContactInformation.PersonOrDepartmentName
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.Buyer.ContactInformation.PersonOrDepartmentName personOrDepartmentName
           
 
Constructor Summary
Detallista.Buyer.ContactInformation()
           
 
Method Summary
 Detallista.Buyer.ContactInformation.PersonOrDepartmentName getPersonOrDepartmentName()
          Gets the value of the personOrDepartmentName property.
 void setPersonOrDepartmentName(Detallista.Buyer.ContactInformation.PersonOrDepartmentName value)
          Sets the value of the personOrDepartmentName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personOrDepartmentName

protected Detallista.Buyer.ContactInformation.PersonOrDepartmentName personOrDepartmentName
Constructor Detail

Detallista.Buyer.ContactInformation

public Detallista.Buyer.ContactInformation()
Method Detail

getPersonOrDepartmentName

public Detallista.Buyer.ContactInformation.PersonOrDepartmentName getPersonOrDepartmentName()
Gets the value of the personOrDepartmentName property.

Returns:
possible object is Detallista.Buyer.ContactInformation.PersonOrDepartmentName

setPersonOrDepartmentName

public void setPersonOrDepartmentName(Detallista.Buyer.ContactInformation.PersonOrDepartmentName value)
Sets the value of the personOrDepartmentName property.

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


Copyright © 2010-2013. All Rights Reserved.