mx.bigdata.sat.common.detallista.schema
Class Detallista.Buyer.ContactInformation
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
personOrDepartmentName
protected Detallista.Buyer.ContactInformation.PersonOrDepartmentName personOrDepartmentName
Detallista.Buyer.ContactInformation
public Detallista.Buyer.ContactInformation()
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.