|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
public class PostalAddressImpl
Constructor Summary | |
---|---|
PostalAddressImpl(javax.xml.registry.infomodel.PostalAddress jaxrPostalAddress)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getCity()
Returns the city. |
java.lang.String |
getCountry()
Returns the Country. |
javax.xml.registry.infomodel.PostalAddress |
getJaxrPostalAddress()
Get the the javax.xml.registry.infomodel.PostalAddress instance wrapped by this object |
java.lang.String |
getPostalCode()
Returns the PostalAddress |
java.util.Collection<Slot> |
getSlots()
Returns the Slots associated with this object. |
java.lang.String |
getStateOrProvince()
Returns the State or Province |
java.lang.String |
getStreet()
Returns the Street |
java.lang.String |
getStreetNumber()
Returns the Street Number |
java.lang.String |
getType()
Returns the type of address (for example, "headquarters") as a String. |
void |
setCity(java.lang.String city)
Sets the city. |
void |
setCountry(java.lang.String country)
Sets the Country. |
void |
setPostalCode(java.lang.String postalCode)
Sets the PostalAddress |
void |
setSlots(java.util.Collection<Slot> slots)
Sets Slots to this object. |
void |
setStateOrProvince(java.lang.String stateOrProvince)
Sets the State or Province |
void |
setStreet(java.lang.String street)
Sets the Street |
void |
setStreetNumber(java.lang.String streetNumber)
Sets the StreetNumber |
void |
setType(java.lang.String type)
Sets the type of address (for example, "headquarters") as a String. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostalAddressImpl(javax.xml.registry.infomodel.PostalAddress jaxrPostalAddress)
jaxrPostalAddress
- Method Detail |
---|
public java.lang.String getCity() throws CSAppFrameworkException
getCity
in interface PostalAddress
CSAppFrameworkException
public void setCity(java.lang.String city) throws CSAppFrameworkException
setCity
in interface PostalAddress
city
-
CSAppFrameworkException
public java.lang.String getCountry() throws CSAppFrameworkException
getCountry
in interface PostalAddress
CSAppFrameworkException
public void setCountry(java.lang.String country) throws CSAppFrameworkException
setCountry
in interface PostalAddress
country
-
CSAppFrameworkException
public java.lang.String getPostalCode() throws CSAppFrameworkException
getPostalCode
in interface PostalAddress
CSAppFrameworkException
public void setPostalCode(java.lang.String postalCode) throws CSAppFrameworkException
setPostalCode
in interface PostalAddress
postalCode
-
CSAppFrameworkException
public java.lang.String getStateOrProvince() throws CSAppFrameworkException
getStateOrProvince
in interface PostalAddress
CSAppFrameworkException
public void setStateOrProvince(java.lang.String stateOrProvince) throws CSAppFrameworkException
setStateOrProvince
in interface PostalAddress
stateOrProvince
-
CSAppFrameworkException
public java.lang.String getStreet() throws CSAppFrameworkException
getStreet
in interface PostalAddress
CSAppFrameworkException
public void setStreet(java.lang.String street) throws CSAppFrameworkException
setStreet
in interface PostalAddress
street
-
CSAppFrameworkException
public java.lang.String getStreetNumber() throws CSAppFrameworkException
getStreetNumber
in interface PostalAddress
CSAppFrameworkException
public void setStreetNumber(java.lang.String streetNumber) throws CSAppFrameworkException
setStreetNumber
in interface PostalAddress
streetNumber
-
CSAppFrameworkException
public java.lang.String getType() throws CSAppFrameworkException
getType
in interface PostalAddress
CSAppFrameworkException
public void setType(java.lang.String type) throws CSAppFrameworkException
setType
in interface PostalAddress
type
-
CSAppFrameworkException
public javax.xml.registry.infomodel.PostalAddress getJaxrPostalAddress()
public java.util.Collection<Slot> getSlots() throws CSAppFrameworkException
getSlots
in interface ExtensibleObject
CSAppFrameworkException
public void setSlots(java.util.Collection<Slot> slots) throws CSAppFrameworkException
setSlots
in interface ExtensibleObject
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |