public interface Address
The following features are supported:
RSATestPackage.getAddress()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity()
Returns the value of the 'City' attribute.
|
ContextType |
getContext()
Returns the value of the 'Context' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getNumber()
Returns the value of the 'Number' attribute.
|
java.lang.String |
getStreet()
Returns the value of the 'Street' attribute.
|
java.lang.String |
getZip()
Returns the value of the 'Zip' attribute.
|
void |
setCity(java.lang.String value)
Sets the value of the '
City' attribute. |
void |
setContext(ContextType value)
Sets the value of the '
Context' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setNumber(java.lang.String value)
Sets the value of the '
Number' attribute. |
void |
setStreet(java.lang.String value)
Sets the value of the '
Street' attribute. |
void |
setZip(java.lang.String value)
Sets the value of the '
Zip' attribute. |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RSATestPackage.getAddress_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getStreet()
If the meaning of the 'Street' attribute isn't clear, there really should be more of a description here...
setStreet(String),
RSATestPackage.getAddress_Street()void setStreet(java.lang.String value)
Street' attribute.
value - the new value of the 'Street' attribute.getStreet()java.lang.String getCity()
If the meaning of the 'City' attribute isn't clear, there really should be more of a description here...
setCity(String),
RSATestPackage.getAddress_City()void setCity(java.lang.String value)
City' attribute.
value - the new value of the 'City' attribute.getCity()java.lang.String getZip()
If the meaning of the 'Zip' attribute isn't clear, there really should be more of a description here...
setZip(String),
RSATestPackage.getAddress_Zip()void setZip(java.lang.String value)
Zip' attribute.
value - the new value of the 'Zip' attribute.getZip()java.lang.String getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(String),
RSATestPackage.getAddress_Number()void setNumber(java.lang.String value)
Number' attribute.
value - the new value of the 'Number' attribute.getNumber()ContextType getContext()
ContextType.
If the meaning of the 'Context' attribute isn't clear, there really should be more of a description here...
ContextType,
setContext(ContextType),
RSATestPackage.getAddress_Context()void setContext(ContextType value)
Context' attribute.
value - the new value of the 'Context' attribute.ContextType,
getContext()Data In Motion Consulting GmbH