public class PropertyLimitationsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PropertyLimitationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyLimitationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layer" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LayerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ignore" minOccurs="0"/>
<element name="access" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PropertyAccessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyAccessType |
access |
static QName |
COMPLEX_TYPE |
static QName |
F_ACCESS |
static QName |
F_IGNORE |
static QName |
F_LAYER |
static QName |
F_MAX_OCCURS |
static QName |
F_MIN_OCCURS |
protected Boolean |
ignore |
protected List<LayerType> |
layer |
protected String |
maxOccurs |
protected String |
minOccurs |
| Constructor and Description |
|---|
PropertyLimitationsType()
Creates a new
PropertyLimitationsType instance. |
PropertyLimitationsType(PropertyLimitationsType o)
Creates a new
PropertyLimitationsType instance by deeply copying a given PropertyLimitationsType instance. |
| Modifier and Type | Method and Description |
|---|---|
PropertyLimitationsType |
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) |
PropertyAccessType |
getAccess()
Gets the value of the access property.
|
List<LayerType> |
getLayer()
Gets the value of the layer property.
|
String |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
String |
getMinOccurs()
Gets the value of the minOccurs property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isIgnore()
Gets the value of the ignore property.
|
void |
setAccess(PropertyAccessType value)
Sets the value of the access property.
|
void |
setIgnore(Boolean value)
Sets the value of the ignore property.
|
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(String value)
Sets the value of the minOccurs property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String minOccurs
protected String maxOccurs
protected Boolean ignore
protected PropertyAccessType access
public static final QName COMPLEX_TYPE
public static final QName F_LAYER
public static final QName F_MIN_OCCURS
public static final QName F_MAX_OCCURS
public static final QName F_IGNORE
public static final QName F_ACCESS
public PropertyLimitationsType()
PropertyLimitationsType instance.public PropertyLimitationsType(PropertyLimitationsType o)
PropertyLimitationsType instance by deeply copying a given PropertyLimitationsType instance.o - The instance to copy.NullPointerException - if o is null.public List<LayerType> getLayer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the layer property.
For example, to add a new item, do as follows:
getLayer().add(newItem);
Objects of the following type(s) are allowed in the list
LayerType
public String getMinOccurs()
Stringpublic void setMinOccurs(String value)
value - allowed object is
Stringpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
Stringpublic Boolean isIgnore()
Booleanpublic void setIgnore(Boolean value)
value - allowed object is
Booleanpublic PropertyAccessType getAccess()
PropertyAccessTypepublic void setAccess(PropertyAccessType value)
value - allowed object is
PropertyAccessTypepublic 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 PropertyLimitationsType clone()
Copyright © 2016 Evolveum. All rights reserved.