|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.NameAndAddressType
net.authorize.api.contract.v1.CustomerAddressType
public class CustomerAddressType
Java class for customerAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerAddressType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType">
<sequence>
<element name="phoneNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="faxNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
faxNumber
|
protected String |
phoneNumber
|
| Fields inherited from class net.authorize.api.contract.v1.NameAndAddressType |
|---|
address, city, company, country, firstName, lastName, state, zip |
| Constructor Summary | |
|---|---|
CustomerAddressType()
|
|
| Method Summary | |
|---|---|
String |
getFaxNumber()
Gets the value of the faxNumber property. |
String |
getPhoneNumber()
Gets the value of the phoneNumber property. |
void |
setFaxNumber(String value)
Sets the value of the faxNumber property. |
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property. |
| Methods inherited from class net.authorize.api.contract.v1.NameAndAddressType |
|---|
getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZip, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String phoneNumber
protected String faxNumber
| Constructor Detail |
|---|
public CustomerAddressType()
| Method Detail |
|---|
public String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||