public class RolePlayer extends Entity
Java class for RolePlayer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RolePlayer"> <complexContent> <extension base="{http://www.ibm.com/websphere/wim}Entity"> <sequence> <element name="partyRoles" type="{http://www.ibm.com/websphere/wim}PartyRole" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
The RolePlay object extends from the Entity object. It has all of the properties defined by the Entity object, and in addition, contains the "partyRoles" property:
Constructor and Description |
---|
RolePlayer() |
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.
|
java.util.List<PartyRole> |
getPartyRoles()
Gets the value of the partyRoles 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 |
isMultiValuedProperty(java.lang.String propName)
Return whether the specified property is a multi-valued property and capable of holding
multiple values.
|
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 |
isSetPartyRoles() |
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.
|
void |
unsetPartyRoles() |
getChangeType, 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, unsetViewIdentifiers
public java.util.List<PartyRole> getPartyRoles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the partyRoles property.
For example, to add a new item, do as follows:
getPartyRoles().add(newItem);
Objects of the following type(s) are allowed in the list PartyRole
public boolean isSetPartyRoles()
public void unsetPartyRoles()
public java.lang.Object get(java.lang.String propName)
Entity
public boolean isSet(java.lang.String propName)
Entity
public void set(java.lang.String propName, java.lang.Object value)
Entity
public void unset(java.lang.String propName)
Entity
public java.lang.String getTypeName()
Entity
getTypeName
in class Entity
String
public boolean isMandatory(java.lang.String propName)
Entity
isMandatory
in class Entity
boolean
public boolean isPersistentProperty(java.lang.String propName)
Entity
isPersistentProperty
in class Entity
boolean
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
Entity
getDataType
in class Entity
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
Entity
getSuperTypes
in class Entity
ArrayList
public boolean isSubType(java.lang.String superTypeName)
Entity
public static java.util.HashSet getSubTypes()
public java.lang.String toString()
Entity
public boolean isMultiValuedProperty(java.lang.String propName)
Entity
isMultiValuedProperty
in class Entity
propName
- The property name to check.