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="create" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="update" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
create |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CREATE |
static QName |
F_READ |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_UPDATE |
protected Boolean |
read |
protected Boolean |
update |
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 |
isCreate()
Gets the value of the create property.
|
Boolean |
isRead()
Gets the value of the read property.
|
Boolean |
isUpdate()
Gets the value of the update property.
|
void |
setCreate(Boolean value)
Sets the value of the create property.
|
void |
setRead(Boolean value)
Sets the value of the read property.
|
void |
setUpdate(Boolean value)
Sets the value of the update property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean create
protected Boolean read
protected Boolean update
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_CREATE
public static final QName F_READ
public static final QName F_UPDATE
public static final QName F_COMPLEX___TYPE
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 isCreate()
Boolean
public void setCreate(Boolean value)
value
- allowed object is
Boolean
public Boolean isRead()
Boolean
public void setRead(Boolean value)
value
- allowed object is
Boolean
public Boolean isUpdate()
Boolean
public void setUpdate(Boolean value)
value
- allowed object is
Boolean
public 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.HashCode
public 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.Equals
public PropertyAccessType clone()
Copyright © 2013 evolveum. All rights reserved.