public class EffectiveRightsType extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for EffectiveRightsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EffectiveRightsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateAssociated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreateContents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CreateHierarchy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Modify" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Read" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
createAssociated |
protected boolean |
createContents |
protected boolean |
createHierarchy |
protected boolean |
delete |
protected boolean |
modify |
protected boolean |
read |
| Constructor and Description |
|---|
EffectiveRightsType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isCreateAssociated()
Gets the value of the createAssociated property.
|
boolean |
isCreateContents()
Gets the value of the createContents property.
|
boolean |
isCreateHierarchy()
Gets the value of the createHierarchy property.
|
boolean |
isDelete()
Gets the value of the delete property.
|
boolean |
isModify()
Gets the value of the modify property.
|
boolean |
isRead()
Gets the value of the read property.
|
void |
setCreateAssociated(boolean value)
Sets the value of the createAssociated property.
|
void |
setCreateContents(boolean value)
Sets the value of the createContents property.
|
void |
setCreateHierarchy(boolean value)
Sets the value of the createHierarchy property.
|
void |
setDelete(boolean value)
Sets the value of the delete property.
|
void |
setModify(boolean value)
Sets the value of the modify property.
|
void |
setRead(boolean value)
Sets the value of the read property.
|
String |
toString() |
protected boolean createAssociated
protected boolean createContents
protected boolean createHierarchy
protected boolean delete
protected boolean modify
protected boolean read
public boolean isCreateAssociated()
public void setCreateAssociated(boolean value)
public boolean isCreateContents()
public void setCreateContents(boolean value)
public boolean isCreateHierarchy()
public void setCreateHierarchy(boolean value)
public boolean isDelete()
public void setDelete(boolean value)
public boolean isModify()
public void setModify(boolean value)
public boolean isRead()
public void setRead(boolean value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2016 Apereo. All Rights Reserved.