javax.xml.registry.infomodel
Interface PostalAddress
- All Superinterfaces:
- ExtensibleObject (src)
- public interface PostalAddress
- extends ExtensibleObject (src)
getCity
public java.lang.String getCity()
throws JAXRException (src)
- Throws:
JAXRException (src)
getCountry
public java.lang.String getCountry()
throws JAXRException (src)
- Throws:
JAXRException (src)
getPostalCode
public java.lang.String getPostalCode()
throws JAXRException (src)
- Throws:
JAXRException (src)
getPostalScheme
public ClassificationScheme (src) getPostalScheme()
throws JAXRException (src)
- Throws:
JAXRException (src)
getStateOrProvince
public java.lang.String getStateOrProvince()
throws JAXRException (src)
- Throws:
JAXRException (src)
getStreet
public java.lang.String getStreet()
throws JAXRException (src)
- Throws:
JAXRException (src)
getStreetNumber
public java.lang.String getStreetNumber()
throws JAXRException (src)
- Throws:
JAXRException (src)
getType
public java.lang.String getType()
throws JAXRException (src)
- Throws:
JAXRException (src)
setCity
public void setCity(java.lang.String city)
throws JAXRException (src)
- Throws:
JAXRException (src)
setCountry
public void setCountry(java.lang.String coutry)
throws JAXRException (src)
- Throws:
JAXRException (src)
setPostalCode
public void setPostalCode(java.lang.String code)
throws JAXRException (src)
- Throws:
JAXRException (src)
setPostalScheme
public void setPostalScheme(ClassificationScheme (src) scheme)
throws JAXRException (src)
- Throws:
JAXRException (src)
setStateOrProvince
public void setStateOrProvince(java.lang.String state)
throws JAXRException (src)
- Throws:
JAXRException (src)
setStreet
public void setStreet(java.lang.String street)
throws JAXRException (src)
- Throws:
JAXRException (src)
setStreetNumber
public void setStreetNumber(java.lang.String number)
throws JAXRException (src)
- Throws:
JAXRException (src)
setType
public void setType(java.lang.String type)
throws JAXRException (src)
- Throws:
JAXRException (src)