mx.bigdata.sat.common.detallista.schema
Class Detallista.ShipTo.NameAndAddress
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.ShipTo.NameAndAddress
- Enclosing class:
- Detallista.ShipTo
public static class Detallista.ShipTo.NameAndAddress
- 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 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nameAndStreetAddressOneAndCity
protected List<JAXBElement<String>> nameAndStreetAddressOneAndCity
Detallista.ShipTo.NameAndAddress
public Detallista.ShipTo.NameAndAddress()
getNameAndStreetAddressOneAndCity
public List<JAXBElement<String>> getNameAndStreetAddressOneAndCity()
- Gets the value of the nameAndStreetAddressOneAndCity property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameAndStreetAddressOneAndCity property.
For example, to add a new item, do as follows:
getNameAndStreetAddressOneAndCity().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
Copyright © 2010-2013. All Rights Reserved.