public static class Detallista.ShipTo 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" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="13"/> </restriction> </simpleType> </element> <element name="nameAndAddress" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> </restriction> </simpleType> </element> <element name="streetAddressOne" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> </restriction> </simpleType> </element> <element name="city" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> </restriction> </simpleType> </element> <element name="postalCode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="9"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.ShipTo.NameAndAddress
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
gln |
protected Detallista.ShipTo.NameAndAddress |
nameAndAddress |
Constructor and Description |
---|
ShipTo() |
Modifier and Type | Method and Description |
---|---|
String |
getGln()
Gets the value of the gln property.
|
Detallista.ShipTo.NameAndAddress |
getNameAndAddress()
Gets the value of the nameAndAddress property.
|
void |
setGln(String value)
Sets the value of the gln property.
|
void |
setNameAndAddress(Detallista.ShipTo.NameAndAddress value)
Sets the value of the nameAndAddress property.
|
protected String gln
protected Detallista.ShipTo.NameAndAddress nameAndAddress
public String getGln()
String
public void setGln(String value)
value
- allowed object is
String
public Detallista.ShipTo.NameAndAddress getNameAndAddress()
Detallista.ShipTo.NameAndAddress
public void setNameAndAddress(Detallista.ShipTo.NameAndAddress value)
value
- allowed object is
Detallista.ShipTo.NameAndAddress
Copyright © 2010–2018. All rights reserved.