public class AppRoleMapData
extends java.lang.Object
Java class for appRoleMapData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="appRoleMapData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="collaborative-component-jndiname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain-object-identifier" type="{}referenceType" />
<attribute name="allows-edit-application" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="allows-edit-community" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="mapping" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}update use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
allowsEditApplication |
protected java.lang.Boolean |
allowsEditCommunity |
protected java.lang.String |
collaborativeComponentJndiname |
protected java.lang.String |
domainObjectIdentifier |
protected java.lang.String |
mapping |
protected java.lang.String |
role |
protected UpdateValues |
update |
| Constructor and Description |
|---|
AppRoleMapData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollaborativeComponentJndiname()
Gets the value of the collaborativeComponentJndiname property.
|
java.lang.String |
getDomainObjectIdentifier()
Gets the value of the domainObjectIdentifier property.
|
java.lang.String |
getMapping()
Gets the value of the mapping property.
|
java.lang.String |
getRole()
Gets the value of the role property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.Boolean |
isAllowsEditApplication()
Gets the value of the allowsEditApplication property.
|
java.lang.Boolean |
isAllowsEditCommunity()
Gets the value of the allowsEditCommunity property.
|
void |
setAllowsEditApplication(java.lang.Boolean value)
Sets the value of the allowsEditApplication property.
|
void |
setAllowsEditCommunity(java.lang.Boolean value)
Sets the value of the allowsEditCommunity property.
|
void |
setCollaborativeComponentJndiname(java.lang.String value)
Sets the value of the collaborativeComponentJndiname property.
|
void |
setDomainObjectIdentifier(java.lang.String value)
Sets the value of the domainObjectIdentifier property.
|
void |
setMapping(java.lang.String value)
Sets the value of the mapping property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected java.lang.String role
protected java.lang.String collaborativeComponentJndiname
protected java.lang.String domainObjectIdentifier
protected java.lang.Boolean allowsEditApplication
protected java.lang.Boolean allowsEditCommunity
protected java.lang.String mapping
protected UpdateValues update
public java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCollaborativeComponentJndiname()
Stringpublic void setCollaborativeComponentJndiname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomainObjectIdentifier()
Stringpublic void setDomainObjectIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAllowsEditApplication()
Booleanpublic void setAllowsEditApplication(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAllowsEditCommunity()
Booleanpublic void setAllowsEditCommunity(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMapping()
Stringpublic void setMapping(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues