public class PartyRole extends RolePlayer
Java class for PartyRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyRole"> <complexContent> <extension base="{http://www.ibm.com/websphere/wim}RolePlayer"> <sequence> <element name="primaryRolePlayer" type="{http://www.ibm.com/websphere/wim}RolePlayer"/> <element name="relatedRolePlayer" type="{http://www.ibm.com/websphere/wim}RolePlayer" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
The PartyRole object extends the RolePlayer object and defines a role. It defines two properties:
Constructor and Description |
---|
PartyRole() |
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.
|
RolePlayer |
getPrimaryRolePlayer()
Gets the value of the primaryRolePlayer property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
java.util.List<RolePlayer> |
getRelatedRolePlayer()
Gets the value of the relatedRolePlayer property.
|
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 |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetPrimaryRolePlayer() |
boolean |
isSetRelatedRolePlayer() |
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.
|
void |
setPrimaryRolePlayer(RolePlayer value)
Sets the value of the primaryRolePlayer property.
|
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 |
unsetRelatedRolePlayer() |
getPartyRoles, isMandatory, isPersistentProperty, isSetPartyRoles, 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 RolePlayer getPrimaryRolePlayer()
RolePlayer
public void setPrimaryRolePlayer(RolePlayer value)
value
- allowed object is RolePlayer
public boolean isSetPrimaryRolePlayer()
public java.util.List<RolePlayer> getRelatedRolePlayer()
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 relatedRolePlayer property.
For example, to add a new item, do as follows:
getRelatedRolePlayer().add(newItem);
Objects of the following type(s) are allowed in the list RolePlayer
public boolean isSetRelatedRolePlayer()
public void unsetRelatedRolePlayer()
public java.lang.Object get(java.lang.String propName)
Entity
get
in class RolePlayer
propName
- allowed object is String
Object
public boolean isSet(java.lang.String propName)
Entity
isSet
in class RolePlayer
boolean
public void set(java.lang.String propName, java.lang.Object value)
Entity
set
in class RolePlayer
propName
- allowed object is String
value
- allowed object is Object
public void unset(java.lang.String propName)
Entity
unset
in class RolePlayer
propName
- allowed object is String
public java.lang.String getTypeName()
Entity
getTypeName
in class RolePlayer
String
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
Entity
getDataType
in class RolePlayer
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
Entity
getSuperTypes
in class RolePlayer
ArrayList
public boolean isSubType(java.lang.String superTypeName)
Entity
isSubType
in class RolePlayer
superTypeName
- allowed object is String
boolean
public static java.util.HashSet getSubTypes()
public java.lang.String toString()
Entity
toString
in class RolePlayer
String