|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.InvoiceCreator.NameAndAddress
public static class Detallista.InvoiceCreator.NameAndAddress
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>
| Field Summary | |
|---|---|
protected String |
city
|
protected String |
name
|
protected String |
postalCode
|
protected String |
streetAddressOne
|
| Constructor Summary | |
|---|---|
Detallista.InvoiceCreator.NameAndAddress()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String streetAddressOne
protected String city
protected String postalCode
| Constructor Detail |
|---|
public Detallista.InvoiceCreator.NameAndAddress()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStreetAddressOne()
Stringpublic void setStreetAddressOne(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||