public class PropertyAccessType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PropertyAccessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyAccessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="add" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
add |
static QName |
COMPLEX_TYPE |
static QName |
F_ADD |
static QName |
F_MODIFY |
static QName |
F_READ |
protected Boolean |
modify |
protected Boolean |
read |
| Constructor and Description |
|---|
PropertyAccessType()
Creates a new
PropertyAccessType instance. |
PropertyAccessType(PropertyAccessType o)
Creates a new
PropertyAccessType instance by deeply copying a given PropertyAccessType instance. |
| Modifier and Type | Method and Description |
|---|---|
PropertyAccessType |
clone()
Creates and returns a deep copy of this object.
|
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 |
isAdd()
Gets the value of the add property.
|
Boolean |
isModify()
Gets the value of the modify property.
|
Boolean |
isRead()
Gets the value of the read property.
|
void |
setAdd(Boolean value)
Sets the value of the add 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()
Generates a String representation of the contents of this type.
|
protected Boolean read
protected Boolean add
protected Boolean modify
public static final QName COMPLEX_TYPE
public static final QName F_READ
public static final QName F_ADD
public static final QName F_MODIFY
public PropertyAccessType()
PropertyAccessType instance.public PropertyAccessType(PropertyAccessType o)
PropertyAccessType instance by deeply copying a given PropertyAccessType instance.o - The instance to copy.NullPointerException - if o is null.public Boolean isRead()
Booleanpublic void setRead(Boolean value)
value - allowed object is
Booleanpublic void setAdd(Boolean value)
value - allowed object is
Booleanpublic Boolean isModify()
Booleanpublic void setModify(Boolean value)
value - allowed object is
Booleanpublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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 PropertyAccessType clone()
Copyright © 2016 Evolveum. All rights reserved.