June 2003
Intermediate to advanced
672 pages
23h 48m
English
PostalAddress
public interface PostalAddress extends ExtensibleObject {
// Property Accessor Methods (by property name)
public abstract String getCity( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setCity(String city)
throws javax.xml.registry.JAXRException; //L0
public abstract String getCountry( )
throws javax.xml.registry.JAXRException; //L0
String country)
throws javax.xml.registry.JAXRException;
public abstract String getPostalCode( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setPostalCode(String postalCode)
throws javax.xml.registry.JAXRException; //L0
public abstract ClassificationScheme getPostalScheme( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setPostalScheme(ClassificationScheme scheme)
throws javax.xml.registry.JAXRException; //L0
public abstract String getStateOrProvince( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setStateOrProvince(String stateOrProvince)
throws javax.xml.registry.JAXRException; //L0
public abstract String getStreet( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setStreet(String street)
throws javax.xml.registry.JAXRException; //L0
public abstract String getStreetNumber( )
throws javax.xml.registry.JAXRException; //L0
public abstract void setStreetNumber(String streetNumber)
throws javax.xml.registry.JAXRException; //L0
public abstract String getType( )
throws javax.xml.registry.JAXRException; //L0 public abstract ...Read now
Unlock full access