public interface GiftListAccessSpecifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessSpecifier()
Returns the value of the 'Access Specifier' attribute.
|
java.lang.String |
getGuestAccessKey()
Returns the value of the 'Guest Access Key' attribute.
|
java.lang.String |
getGuestAccessPassword()
Returns the value of the 'Guest Access Password' attribute.
|
java.lang.String |
getManageAccessPassword()
Returns the value of the 'Manage Access Password' attribute.
|
java.lang.String |
getRegistryAccessKey()
Returns the value of the 'Registry Access Key' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAccessSpecifier(java.lang.String value)
Sets the value of the '
Access Specifier ' attribute. |
void |
setGuestAccessKey(java.lang.String value)
Sets the value of the '
Guest Access Key ' attribute. |
void |
setGuestAccessPassword(java.lang.String value)
Sets the value of the '
Guest Access Password ' attribute. |
void |
setManageAccessPassword(java.lang.String value)
Sets the value of the '
Manage Access Password ' attribute. |
void |
setRegistryAccessKey(java.lang.String value)
Sets the value of the '
Registry Access Key ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.lang.String getAccessSpecifier()
setAccessSpecifier(String)
,
GiftCenterPackage.getGiftListAccessSpecifierType_AccessSpecifier()
void setAccessSpecifier(java.lang.String value)
Access Specifier
' attribute.
value
- the new value of the 'Access Specifier' attribute.getAccessSpecifier()
java.lang.String getManageAccessPassword()
setManageAccessPassword(String)
,
GiftCenterPackage.getGiftListAccessSpecifierType_ManageAccessPassword()
void setManageAccessPassword(java.lang.String value)
Manage Access Password
' attribute.
value
- the new value of the 'Manage Access Password' attribute.getManageAccessPassword()
java.lang.String getGuestAccessPassword()
setGuestAccessPassword(String)
,
GiftCenterPackage.getGiftListAccessSpecifierType_GuestAccessPassword()
void setGuestAccessPassword(java.lang.String value)
Guest Access Password
' attribute.
value
- the new value of the 'Guest Access Password' attribute.getGuestAccessPassword()
java.lang.String getGuestAccessKey()
setGuestAccessKey(String)
,
GiftCenterPackage.getGiftListAccessSpecifierType_GuestAccessKey()
void setGuestAccessKey(java.lang.String value)
Guest Access Key
' attribute.
value
- the new value of the 'Guest Access Key' attribute.getGuestAccessKey()
java.lang.String getRegistryAccessKey()
setRegistryAccessKey(String)
,
GiftCenterPackage.getGiftListAccessSpecifierType_RegistryAccessKey()
void setRegistryAccessKey(java.lang.String value)
Registry Access Key
' attribute.
value
- the new value of the 'Registry Access Key' attribute.getRegistryAccessKey()
UserDataType getUserData()
If the meaning of the 'User Data' containment reference isn't clear, there really should be more of a description here...
setUserData(UserDataType)
,
GiftCenterPackage.getGiftListAccessSpecifierType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()