|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Address
| Constructor Summary | |
Address()
|
|
Address(AddressLine[] addressLine,
String sortCode,
String tModelKey,
String useType)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
AddressLine[] |
getAddressLine()
Gets the addressLine value for this Address. |
AddressLine |
getAddressLine(int i)
|
String |
getSortCode()
Gets the sortCode value for this Address. |
String |
getTModelKey()
Gets the tModelKey value for this Address. |
String |
getUseType()
Gets the useType value for this Address. |
int |
hashCode()
|
void |
setAddressLine(AddressLine[] addressLine)
Sets the addressLine value for this Address. |
void |
setAddressLine(int i,
AddressLine _value)
|
void |
setSortCode(String sortCode)
Sets the sortCode value for this Address. |
void |
setTModelKey(String tModelKey)
Sets the tModelKey value for this Address. |
void |
setUseType(String useType)
Sets the useType value for this Address. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Address()
public Address(AddressLine[] addressLine,
String sortCode,
String tModelKey,
String useType)
| Method Detail |
public AddressLine[] getAddressLine()
public void setAddressLine(AddressLine[] addressLine)
addressLine - public AddressLine getAddressLine(int i)
public void setAddressLine(int i,
AddressLine _value)
public String getUseType()
public void setUseType(String useType)
useType - public String getSortCode()
public void setSortCode(String sortCode)
sortCode - public String getTModelKey()
public void setTModelKey(String tModelKey)
tModelKey - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||