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>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<String>> |
nameAndStreetAddressOneAndCity |
Constructor and Description |
---|
NameAndAddress() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<String>> |
getNameAndStreetAddressOneAndCity()
Gets the value of the nameAndStreetAddressOneAndCity property.
|
protected List<JAXBElement<String>> nameAndStreetAddressOneAndCity
public List<JAXBElement<String>> getNameAndStreetAddressOneAndCity()
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–2018. All rights reserved.