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

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

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


Field Summary
protected  String text
           
 
Constructor Summary
Detallista.Buyer.ContactInformation.PersonOrDepartmentName()
           
 
Method Summary
 String getText()
          Gets the value of the text property.
 void setText(String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected String text
Constructor Detail

Detallista.Buyer.ContactInformation.PersonOrDepartmentName

public Detallista.Buyer.ContactInformation.PersonOrDepartmentName()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.