public class EffectiveRightsType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy 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.EqualsStrategy strategy) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy 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.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 Apereo. All Rights Reserved.