public interface AddressType
The following features are supported:
CommerceFoundationPackage.getAddressType()| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAddressLine()
Returns the value of the 'Address Line' attribute list.
|
java.lang.String |
getCity()
Returns the value of the 'City' attribute.
|
java.lang.String |
getCountry()
Returns the value of the 'Country' attribute.
|
java.lang.String |
getInternalOfficeAddress()
Returns the value of the 'Internal Office Address' attribute.
|
java.lang.String |
getPostalCode()
Returns the value of the 'Postal Code' attribute.
|
java.lang.String |
getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute.
|
java.lang.Object |
getType_()
Returns the value of the 'Type' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isPrimary()
Returns the value of the 'Primary' attribute.
|
boolean |
isSetPrimary()
Returns whether the value of the '
Primary' attribute is set. |
void |
setCity(java.lang.String value)
Sets the value of the '
City' attribute. |
void |
setCountry(java.lang.String value)
Sets the value of the '
Country' attribute. |
void |
setInternalOfficeAddress(java.lang.String value)
Sets the value of the '
Internal Office Address' attribute. |
void |
setPostalCode(java.lang.String value)
Sets the value of the '
Postal Code' attribute. |
void |
setPrimary(boolean value)
Sets the value of the '
Primary' attribute. |
void |
setStateOrProvinceName(java.lang.String value)
Sets the value of the '
State Or Province Name' attribute. |
void |
setType(java.lang.Object value)
Sets the value of the '
Type' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
void |
unsetPrimary()
Unsets the value of the '
Primary' attribute. |
java.util.List getAddressLine()
String.
An address line.
CommerceFoundationPackage.getAddressType_AddressLine()java.lang.String getInternalOfficeAddress()
setInternalOfficeAddress(String),
CommerceFoundationPackage.getAddressType_InternalOfficeAddress()void setInternalOfficeAddress(java.lang.String value)
Internal Office Address' attribute.
value - the new value of the 'Internal Office Address' attribute.getInternalOfficeAddress()java.lang.String getCity()
setCity(String),
CommerceFoundationPackage.getAddressType_City()void setCity(java.lang.String value)
City' attribute.
value - the new value of the 'City' attribute.getCity()java.lang.String getStateOrProvinceName()
setStateOrProvinceName(String),
CommerceFoundationPackage.getAddressType_StateOrProvinceName()void setStateOrProvinceName(java.lang.String value)
State Or Province Name' attribute.
value - the new value of the 'State Or Province Name' attribute.getStateOrProvinceName()java.lang.String getCountry()
setCountry(String),
CommerceFoundationPackage.getAddressType_Country()void setCountry(java.lang.String value)
Country' attribute.
value - the new value of the 'Country' attribute.getCountry()java.lang.String getPostalCode()
setPostalCode(String),
CommerceFoundationPackage.getAddressType_PostalCode()void setPostalCode(java.lang.String value)
Postal Code' attribute.
value - the new value of the 'Postal Code' attribute.getPostalCode()UserDataType getUserData()
setUserData(UserDataType),
CommerceFoundationPackage.getAddressType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()boolean isPrimary()
isSetPrimary(),
unsetPrimary(),
setPrimary(boolean),
CommerceFoundationPackage.getAddressType_Primary()void setPrimary(boolean value)
Primary' attribute.
value - the new value of the 'Primary' attribute.isSetPrimary(),
unsetPrimary(),
isPrimary()void unsetPrimary()
Primary' attribute.
isSetPrimary(),
isPrimary(),
setPrimary(boolean)boolean isSetPrimary()
Primary' attribute is set.
unsetPrimary(),
isPrimary(),
setPrimary(boolean)java.lang.Object getType_()
setType(Object),
CommerceFoundationPackage.getAddressType_Type()void setType(java.lang.Object value)
Type' attribute.
value - the new value of the 'Type' attribute.getType_()