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>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.Buyer.ContactInformation.PersonOrDepartmentName
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.Buyer.ContactInformation.PersonOrDepartmentName |
personOrDepartmentName |
Constructor and Description |
---|
ContactInformation() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Detallista.Buyer.ContactInformation.PersonOrDepartmentName personOrDepartmentName
public Detallista.Buyer.ContactInformation.PersonOrDepartmentName getPersonOrDepartmentName()
Detallista.Buyer.ContactInformation.PersonOrDepartmentName
public void setPersonOrDepartmentName(Detallista.Buyer.ContactInformation.PersonOrDepartmentName value)
value
- allowed object is
Detallista.Buyer.ContactInformation.PersonOrDepartmentName
Copyright © 2010–2018. All rights reserved.