|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.base.AddressLine
AddressLine represents an Address line. An AddressLine can be adorned with two optional descriptive attributes. Address line order is significant and will always be returned by the UDDI compliant registry in the order originally provided during a call to save_business.
Address,
Serialized Form| Field Summary | |
protected java.lang.String |
addressLine
The address line information. |
protected java.lang.String |
keyName
keyName value required when the Address has a specified TModelKey. |
protected java.lang.String |
keyValue
keyValue value required when the Address has a specified TModelKey. |
| Constructor Summary | |
AddressLine(java.lang.String addressLine)
AddressLine constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this AddressLine. |
java.lang.String |
getKeyName()
Gets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey. |
java.lang.String |
getKeyValue()
Gets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey. |
void |
setKeyName(java.lang.String keyName)
Sets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey. |
void |
setKeyValue(java.lang.String keyValue)
Sets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey. |
java.lang.String |
toString()
Returns a String representation of the AddressLine. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this AddressLine. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String addressLine
protected java.lang.String keyName
protected java.lang.String keyValue
| Constructor Detail |
public AddressLine(java.lang.String addressLine)
| Method Detail |
public java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyName - The keyName part of the keyName/keyValue pair.public java.lang.String getKeyValue()
public void setKeyValue(java.lang.String keyValue)
keyValue - The keyValue part of the keyName/keyValue pair.public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The Visitor visiting this AddressLine.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||