public static class Detallista.InvoiceCreator.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> <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 String |
city |
protected String |
name |
protected String |
postalCode |
protected String |
streetAddressOne |
Constructor and Description |
---|
NameAndAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getStreetAddressOne()
Gets the value of the streetAddressOne property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setStreetAddressOne(String value)
Sets the value of the streetAddressOne property.
|
protected String name
protected String streetAddressOne
protected String city
protected String postalCode
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getStreetAddressOne()
String
public void setStreetAddressOne(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getPostalCode()
String
Copyright © 2010–2018. All rights reserved.