public class AddressType extends Object implements Serializable
| Constructor and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeliveryPoint(int index,
String vDeliveryPoint)
Method addDeliveryPoint
|
void |
addDeliveryPoint(String vDeliveryPoint)
Method addDeliveryPoint
|
void |
addElectronicMailAddress(int index,
String vElectronicMailAddress)
Method addElectronicMailAddress
|
void |
addElectronicMailAddress(String vElectronicMailAddress)
Method addElectronicMailAddress
|
void |
clearDeliveryPoint()
Method clearDeliveryPoint
|
void |
clearElectronicMailAddress()
Method clearElectronicMailAddress
|
Enumeration |
enumerateDeliveryPoint()
Method enumerateDeliveryPoint
|
Enumeration |
enumerateElectronicMailAddress()
Method enumerateElectronicMailAddress
|
String |
getAdministrativeArea()
Returns the value of field 'administrativeArea'.
|
String |
getCity()
Returns the value of field 'city'.
|
String |
getCountry()
Returns the value of field 'country'.
|
String[] |
getDeliveryPoint()
Method getDeliveryPoint
|
String |
getDeliveryPoint(int index)
Method getDeliveryPoint
|
int |
getDeliveryPointCount()
Method getDeliveryPointCount
|
String[] |
getElectronicMailAddress()
Method getElectronicMailAddress
|
String |
getElectronicMailAddress(int index)
Method getElectronicMailAddress
|
int |
getElectronicMailAddressCount()
Method getElectronicMailAddressCount
|
String |
getPostalCode()
Returns the value of field 'postalCode'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeDeliveryPoint(String vDeliveryPoint)
Method removeDeliveryPoint
|
boolean |
removeElectronicMailAddress(String vElectronicMailAddress)
Method removeElectronicMailAddress
|
void |
setAdministrativeArea(String administrativeArea)
Sets the value of field 'administrativeArea'.
|
void |
setCity(String city)
Sets the value of field 'city'.
|
void |
setCountry(String country)
Sets the value of field 'country'.
|
void |
setDeliveryPoint(int index,
String vDeliveryPoint)
Method setDeliveryPoint
|
void |
setDeliveryPoint(String[] deliveryPointArray)
Method setDeliveryPoint
|
void |
setElectronicMailAddress(int index,
String vElectronicMailAddress)
Method setElectronicMailAddress
|
void |
setElectronicMailAddress(String[] electronicMailAddressArray)
Method setElectronicMailAddress
|
void |
setPostalCode(String postalCode)
Sets the value of field 'postalCode'.
|
static AddressType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addDeliveryPoint(String vDeliveryPoint) throws IndexOutOfBoundsException
vDeliveryPoint - IndexOutOfBoundsExceptionpublic void addDeliveryPoint(int index,
String vDeliveryPoint)
throws IndexOutOfBoundsException
index - vDeliveryPoint - IndexOutOfBoundsExceptionpublic void addElectronicMailAddress(String vElectronicMailAddress) throws IndexOutOfBoundsException
vElectronicMailAddress - IndexOutOfBoundsExceptionpublic void addElectronicMailAddress(int index,
String vElectronicMailAddress)
throws IndexOutOfBoundsException
index - vElectronicMailAddress - IndexOutOfBoundsExceptionpublic void clearDeliveryPoint()
public void clearElectronicMailAddress()
public Enumeration enumerateDeliveryPoint()
public Enumeration enumerateElectronicMailAddress()
public String getAdministrativeArea()
public String getCity()
public String getCountry()
public String getDeliveryPoint(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getDeliveryPoint()
public int getDeliveryPointCount()
public String getElectronicMailAddress(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getElectronicMailAddress()
public int getElectronicMailAddressCount()
public String getPostalCode()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeDeliveryPoint(String vDeliveryPoint)
vDeliveryPoint - public boolean removeElectronicMailAddress(String vElectronicMailAddress)
vElectronicMailAddress - public void setAdministrativeArea(String administrativeArea)
administrativeArea - the value of field
'administrativeArea'.public void setCity(String city)
city - the value of field 'city'.public void setCountry(String country)
country - the value of field 'country'.public void setDeliveryPoint(int index,
String vDeliveryPoint)
throws IndexOutOfBoundsException
index - vDeliveryPoint - IndexOutOfBoundsExceptionpublic void setDeliveryPoint(String[] deliveryPointArray)
deliveryPointArray - public void setElectronicMailAddress(int index,
String vElectronicMailAddress)
throws IndexOutOfBoundsException
index - vElectronicMailAddress - IndexOutOfBoundsExceptionpublic void setElectronicMailAddress(String[] electronicMailAddressArray)
electronicMailAddressArray - public void setPostalCode(String postalCode)
postalCode - the value of field 'postalCode'.public static AddressType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.