public class Party extends RolePlayer
Java class for Party complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Party">
<complexContent>
<extension base="{http://www.ibm.com/websphere/wim}RolePlayer">
</extension>
</complexContent>
</complexType>
The Party object extends the RolePlayer object, and represents a Party which is extended by Person, Group, OrgContainer and LoginAccount.
| Constructor and Description |
|---|
Party() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String propName)
Gets the value of the requested property
|
java.lang.String |
getDataType(java.lang.String propName)
Gets the Java type of the value of the provided property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes()
Gets a list of any model objects which this model object, Entity, is
an extension of.
|
java.lang.String |
getTypeName()
Gets the name of this model object, Entity
|
boolean |
isMandatory(java.lang.String propName)
Returns true if the provided property is a mandatory property; false, otherwise.
|
boolean |
isPersistentProperty(java.lang.String propName)
Returns true if the provided property is a persistent property; false, otherwise.
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSubType(java.lang.String superTypeName)
Returns a true if the provided model object is one that this
model object extends; false, otherwise.
|
void |
set(java.lang.String propName,
java.lang.Object value)
Sets the value of the provided property to the provided value.
|
java.lang.String |
toString()
Returns this model object, Entity, and its contents as a String
|
void |
unset(java.lang.String propName)
Sets the value of provided property to null.
|
getPartyRoles, isSetPartyRoles, unsetPartyRolesgetChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getSubEntityTypes, getViewIdentifiers, isSetChangeType, isSetChildren, isSetCreateTimestamp, isSetEntitlementInfo, isSetGroups, isSetIdentifier, isSetModifyTimestamp, isSetParent, isSetViewIdentifiers, isUnset, reInitializePropertyNames, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent, unsetChildren, unsetGroups, unsetViewIdentifierspublic java.lang.Object get(java.lang.String propName)
Entityget in class RolePlayerpropName - allowed object is StringObjectpublic boolean isSet(java.lang.String propName)
EntityisSet in class RolePlayerboolean public void set(java.lang.String propName,
java.lang.Object value)
Entityset in class RolePlayerpropName - allowed object is Stringvalue - allowed object is Objectpublic void unset(java.lang.String propName)
Entityunset in class RolePlayerpropName - allowed object is Stringpublic java.lang.String getTypeName()
EntitygetTypeName in class RolePlayerStringpublic boolean isMandatory(java.lang.String propName)
EntityisMandatory in class RolePlayerbooleanpublic boolean isPersistentProperty(java.lang.String propName)
EntityisPersistentProperty in class RolePlayerbooleanpublic static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
EntitygetDataType in class RolePlayerpropName - allowed object is StringStringpublic java.util.ArrayList getSuperTypes()
EntitygetSuperTypes in class RolePlayerArrayListpublic boolean isSubType(java.lang.String superTypeName)
EntityisSubType in class RolePlayersuperTypeName - allowed object is Stringbooleanpublic static java.util.HashSet getSubTypes()
public java.lang.String toString()
EntitytoString in class RolePlayerString