|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.PostalAddressType
Mapping of the same named interface in ebRIM.
Constructor Summary | |
PostalAddressType()
|
Method Summary | |
void |
addPostalAddressTypeItem(int index,
PostalAddressTypeItem vPostalAddressTypeItem)
|
void |
addPostalAddressTypeItem(PostalAddressTypeItem vPostalAddressTypeItem)
|
void |
clearPostalAddressTypeItem()
|
java.util.Enumeration |
enumeratePostalAddressTypeItem()
|
java.lang.String |
getCity()
Returns the value of field 'city'. |
java.lang.String |
getCountry()
Returns the value of field 'country'. |
PostalAddressTypeItem[] |
getPostalAddressTypeItem()
|
PostalAddressTypeItem |
getPostalAddressTypeItem(int index)
|
int |
getPostalAddressTypeItemCount()
|
java.lang.String |
getPostalCode()
Returns the value of field 'postalCode'. |
java.lang.String |
getStateOrProvince()
Returns the value of field 'stateOrProvince'. |
java.lang.String |
getStreet()
Returns the value of field 'street'. |
java.lang.String |
getStreetNumber()
Returns the value of field 'streetNumber'. |
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
boolean |
removePostalAddressTypeItem(PostalAddressTypeItem vPostalAddressTypeItem)
|
void |
setCity(java.lang.String city)
Sets the value of field 'city'. |
void |
setCountry(java.lang.String country)
Sets the value of field 'country'. |
void |
setPostalAddressTypeItem(int index,
PostalAddressTypeItem vPostalAddressTypeItem)
|
void |
setPostalAddressTypeItem(PostalAddressTypeItem[] postalAddressTypeItemArray)
|
void |
setPostalCode(java.lang.String postalCode)
Sets the value of field 'postalCode'. |
void |
setStateOrProvince(java.lang.String stateOrProvince)
Sets the value of field 'stateOrProvince'. |
void |
setStreet(java.lang.String street)
Sets the value of field 'street'. |
void |
setStreetNumber(java.lang.String streetNumber)
Sets the value of field 'streetNumber'. |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PostalAddressType()
Method Detail |
public void addPostalAddressTypeItem(PostalAddressTypeItem vPostalAddressTypeItem) throws java.lang.IndexOutOfBoundsException
vPostalAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void addPostalAddressTypeItem(int index, PostalAddressTypeItem vPostalAddressTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vPostalAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void clearPostalAddressTypeItem()
public java.util.Enumeration enumeratePostalAddressTypeItem()
public java.lang.String getCity()
public java.lang.String getCountry()
public PostalAddressTypeItem getPostalAddressTypeItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public PostalAddressTypeItem[] getPostalAddressTypeItem()
public int getPostalAddressTypeItemCount()
public java.lang.String getPostalCode()
public java.lang.String getStateOrProvince()
public java.lang.String getStreet()
public java.lang.String getStreetNumber()
public boolean isValid()
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removePostalAddressTypeItem(PostalAddressTypeItem vPostalAddressTypeItem)
vPostalAddressTypeItem
- public void setCity(java.lang.String city)
city
- the value of field 'city'.public void setCountry(java.lang.String country)
country
- the value of field 'country'.public void setPostalAddressTypeItem(int index, PostalAddressTypeItem vPostalAddressTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vPostalAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void setPostalAddressTypeItem(PostalAddressTypeItem[] postalAddressTypeItemArray)
postalAddressTypeItemArray
- public void setPostalCode(java.lang.String postalCode)
postalCode
- the value of field 'postalCode'.public void setStateOrProvince(java.lang.String stateOrProvince)
stateOrProvince
- the value of field 'stateOrProvince'.public void setStreet(java.lang.String street)
street
- the value of field 'street'.public void setStreetNumber(java.lang.String streetNumber)
streetNumber
- the value of field 'streetNumber'.public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |