BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class Address

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.Address

public class Address
extends Object

Address is a list of AddressLine elements.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Address()
          Class constructor.
 
Method Summary
 void addAddressLine(String addressLine)
          Adds a new address line to the set of address lines.
 Vector getAddressLineVector()
          Gets the set of address lines.
 String getSortCode()
          Gets the value of the sort code.
 String getUseType()
          Gets the value of the use type.
 void setAddressLineVector(Vector vector)
          Sets the set containing address lines.
 void setSortCode(String value)
          Sets the value of the sort code.
 void setUseType(String value)
          Sets the value of the use type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Class constructor.

Method Detail

addAddressLine

public void addAddressLine(String addressLine)
Adds a new address line to the set of address lines.

Parameters:
addressLine - the new address line.

getAddressLineVector

public Vector getAddressLineVector()
Gets the set of address lines.

Returns:
the current set of address lines.

getSortCode

public String getSortCode()
Gets the value of the sort code.

Returns:
the current value of the sort code.

getUseType

public String getUseType()
Gets the value of the use type.

Returns:
the current value of the use type.

setAddressLineVector

public void setAddressLineVector(Vector vector)
Sets the set containing address lines.

Parameters:
vector - the new set of address lines.

setSortCode

public void setSortCode(String value)
Sets the value of the sort code.

Parameters:
value - the new value of the sort code.

setUseType

public void setUseType(String value)
Sets the value of the use type.

Parameters:
value - the new value of the use type.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.