public interface PersonType
The following features are supported:
MemberPackage.getPersonType()
Modifier and Type | Method and Description |
---|---|
AccountStatusType |
getAccountStatus()
Returns the value of the 'Account Status' attribute.
|
AddressBookType |
getAddressBook()
Returns the value of the 'Address Book' containment reference.
|
java.util.Map |
getAttributes()
Returns the value of the 'Attributes' map.
|
BusinessProfileType |
getBusinessProfile()
Returns the value of the 'Business Profile' containment reference.
|
java.util.List |
getCheckoutProfile()
Returns the value of the 'Checkout Profile' containment reference list.
|
ContactInfoType |
getContactInfo()
Returns the value of the 'Contact Info' containment reference.
|
java.util.List |
getContextAttribute()
Returns the value of the 'Context Attribute' containment reference list.
|
CredentialType |
getCredential()
Returns the value of the 'Credential' containment reference.
|
OrganizationIdentifierType |
getParentOrganizationIdentifier()
Returns the value of the 'Parent Organization Identifier' containment reference.
|
PersonalProfileType |
getPersonalProfile()
Returns the value of the 'Personal Profile' containment reference.
|
PersonIdentifierType |
getPersonIdentifier()
Returns the value of the 'Person Identifier' containment reference.
|
ProfileType |
getProfileType()
Returns the value of the 'Profile Type' attribute.
|
java.lang.Object |
getRegistrationApprovalStatus()
Returns the value of the 'Registration Approval Status' attribute.
|
RegistrationStatusType |
getRegistrationStatus()
Returns the value of the 'Registration Status' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isPasswordExpired()
Returns the value of the 'Password Expired' attribute.
|
boolean |
isSetAccountStatus()
Returns whether the value of the '
Account Status ' attribute is set. |
boolean |
isSetPasswordExpired()
Returns whether the value of the '
Password Expired ' attribute is set. |
boolean |
isSetProfileType()
Returns whether the value of the '
Profile Type ' attribute is set. |
boolean |
isSetRegistrationStatus()
Returns whether the value of the '
Registration Status ' attribute is set. |
void |
setAccountStatus(AccountStatusType value)
Sets the value of the '
Account Status ' attribute. |
void |
setAddressBook(AddressBookType value)
Sets the value of the '
Address Book ' containment reference. |
void |
setBusinessProfile(BusinessProfileType value)
Sets the value of the '
Business Profile ' containment reference. |
void |
setContactInfo(ContactInfoType value)
Sets the value of the '
Contact Info ' containment reference. |
void |
setCredential(CredentialType value)
Sets the value of the '
Credential ' containment reference. |
void |
setParentOrganizationIdentifier(OrganizationIdentifierType value)
Sets the value of the '
Parent Organization Identifier ' containment reference. |
void |
setPasswordExpired(boolean value)
Sets the value of the '
Password Expired ' attribute. |
void |
setPersonalProfile(PersonalProfileType value)
Sets the value of the '
Personal Profile ' containment reference. |
void |
setPersonIdentifier(PersonIdentifierType value)
Sets the value of the '
Person Identifier ' containment reference. |
void |
setProfileType(ProfileType value)
Sets the value of the '
Profile Type ' attribute. |
void |
setRegistrationApprovalStatus(java.lang.Object value)
Sets the value of the '
Registration Approval Status ' attribute. |
void |
setRegistrationStatus(RegistrationStatusType value)
Sets the value of the '
Registration Status ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetAccountStatus()
Unsets the value of the '
Account Status ' attribute. |
void |
unsetPasswordExpired()
Unsets the value of the '
Password Expired ' attribute. |
void |
unsetProfileType()
Unsets the value of the '
Profile Type ' attribute. |
void |
unsetRegistrationStatus()
Unsets the value of the '
Registration Status ' attribute. |
PersonIdentifierType getPersonIdentifier()
setPersonIdentifier(PersonIdentifierType)
,
MemberPackage.getPersonType_PersonIdentifier()
void setPersonIdentifier(PersonIdentifierType value)
Person Identifier
' containment reference.
value
- the new value of the 'Person Identifier' containment reference.getPersonIdentifier()
OrganizationIdentifierType getParentOrganizationIdentifier()
setParentOrganizationIdentifier(OrganizationIdentifierType)
,
MemberPackage.getPersonType_ParentOrganizationIdentifier()
void setParentOrganizationIdentifier(OrganizationIdentifierType value)
Parent Organization Identifier
' containment reference.
value
- the new value of the 'Parent Organization Identifier' containment reference.getParentOrganizationIdentifier()
CredentialType getCredential()
setCredential(CredentialType)
,
MemberPackage.getPersonType_Credential()
void setCredential(CredentialType value)
Credential
' containment reference.
value
- the new value of the 'Credential' containment reference.getCredential()
PersonalProfileType getPersonalProfile()
setPersonalProfile(PersonalProfileType)
,
MemberPackage.getPersonType_PersonalProfile()
void setPersonalProfile(PersonalProfileType value)
Personal Profile
' containment reference.
value
- the new value of the 'Personal Profile' containment reference.getPersonalProfile()
BusinessProfileType getBusinessProfile()
setBusinessProfile(BusinessProfileType)
,
MemberPackage.getPersonType_BusinessProfile()
void setBusinessProfile(BusinessProfileType value)
Business Profile
' containment reference.
value
- the new value of the 'Business Profile' containment reference.getBusinessProfile()
ContactInfoType getContactInfo()
setContactInfo(ContactInfoType)
,
MemberPackage.getPersonType_ContactInfo()
void setContactInfo(ContactInfoType value)
Contact Info
' containment reference.
value
- the new value of the 'Contact Info' containment reference.getContactInfo()
AddressBookType getAddressBook()
setAddressBook(AddressBookType)
,
MemberPackage.getPersonType_AddressBook()
void setAddressBook(AddressBookType value)
Address Book
' containment reference.
value
- the new value of the 'Address Book' containment reference.getAddressBook()
java.util.List getContextAttribute()
AttributeType
.
Store specific attributes of the person.
MemberPackage.getPersonType_ContextAttribute()
java.util.Map getAttributes()
String
,
and the value is of type String
,
Additional attributes of the person:
userField1: Customizable field.
userField2: Customizable field.
userField3: Customizable field.
MemberPackage.getPersonType_Attributes()
java.util.List getCheckoutProfile()
CheckoutProfileType
.
The element definition of CheckoutProfile.
MemberPackage.getPersonType_CheckoutProfile()
UserDataType getUserData()
setUserData(UserDataType)
,
MemberPackage.getPersonType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
AccountStatusType getAccountStatus()
AccountStatusType
.
Allows the person to have the logon ID disabled without removing the person from
the system.
AccountStatusType
,
isSetAccountStatus()
,
unsetAccountStatus()
,
setAccountStatus(AccountStatusType)
,
MemberPackage.getPersonType_AccountStatus()
void setAccountStatus(AccountStatusType value)
Account Status
' attribute.
value
- the new value of the 'Account Status' attribute.AccountStatusType
,
isSetAccountStatus()
,
unsetAccountStatus()
,
getAccountStatus()
void unsetAccountStatus()
Account Status
' attribute.
boolean isSetAccountStatus()
Account Status
' attribute is set.
unsetAccountStatus()
,
getAccountStatus()
,
setAccountStatus(AccountStatusType)
boolean isPasswordExpired()
isSetPasswordExpired()
,
unsetPasswordExpired()
,
setPasswordExpired(boolean)
,
MemberPackage.getPersonType_PasswordExpired()
void setPasswordExpired(boolean value)
Password Expired
' attribute.
value
- the new value of the 'Password Expired' attribute.isSetPasswordExpired()
,
unsetPasswordExpired()
,
isPasswordExpired()
void unsetPasswordExpired()
Password Expired
' attribute.
boolean isSetPasswordExpired()
Password Expired
' attribute is set.
unsetPasswordExpired()
,
isPasswordExpired()
,
setPasswordExpired(boolean)
ProfileType getProfileType()
ProfileType
.
If the meaning of the 'Profile Type' attribute isn't clear, there really should be more of a description here...
ProfileType
,
isSetProfileType()
,
unsetProfileType()
,
setProfileType(ProfileType)
,
MemberPackage.getPersonType_ProfileType()
void setProfileType(ProfileType value)
Profile Type
' attribute.
value
- the new value of the 'Profile Type' attribute.ProfileType
,
isSetProfileType()
,
unsetProfileType()
,
getProfileType()
void unsetProfileType()
Profile Type
' attribute.
boolean isSetProfileType()
Profile Type
' attribute is set.
unsetProfileType()
,
getProfileType()
,
setProfileType(ProfileType)
java.lang.Object getRegistrationApprovalStatus()
If the meaning of the 'Registration Approval Status' attribute isn't clear, there really should be more of a description here...
setRegistrationApprovalStatus(Object)
,
MemberPackage.getPersonType_RegistrationApprovalStatus()
void setRegistrationApprovalStatus(java.lang.Object value)
Registration Approval Status
' attribute.
value
- the new value of the 'Registration Approval Status' attribute.getRegistrationApprovalStatus()
RegistrationStatusType getRegistrationStatus()
RegistrationStatusType
.
If the meaning of the 'Registration Status' attribute isn't clear, there really should be more of a description here...
RegistrationStatusType
,
isSetRegistrationStatus()
,
unsetRegistrationStatus()
,
setRegistrationStatus(RegistrationStatusType)
,
MemberPackage.getPersonType_RegistrationStatus()
void setRegistrationStatus(RegistrationStatusType value)
Registration Status
' attribute.
value
- the new value of the 'Registration Status' attribute.RegistrationStatusType
,
isSetRegistrationStatus()
,
unsetRegistrationStatus()
,
getRegistrationStatus()
void unsetRegistrationStatus()
Registration Status
' attribute.
boolean isSetRegistrationStatus()
Registration Status
' attribute is set.
unsetRegistrationStatus()
,
getRegistrationStatus()
,
setRegistrationStatus(RegistrationStatusType)