Name

com.ibm.uddi.datatype.business.Address

Synopsis

This class encapsulates information about a business address. Refer also to the com.ibm.uddi.datatype.business.AddressLine class, which is discussed in the following section.

Synopsis

public class Address extends UDDIElement {
  // Constructors
    public Address(  );
    public Address(Element base) throws UDDIException;
  // Field Summary
    protected Element base;
    public static final String UDDI_TAG;
  // Public Methods
    public Vector getAddressLineStrings(  );
    public Vector getAddressLineVector(  );
    public String getSortCode(  );
    public String getUseType(  );
    public void saveToXML(Element parent);
    public void setAddressLineStrings(Vector s);
    public void setAddressLineVector(Vector s);
    public void setSortCode(String s);
    public void setUseType(String s);
}

Hierarchy

java.lang.Object --> com.ibm.uddi.UDDIElement --> com.ibm.uddi.datatype.business.Address

Get Web Services Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.