|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyAvailableValuesType
public class PropertyAvailableValuesType
Describe available or proposed values of an attribute.
Java class for PropertyAvailableValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyAvailableValuesType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyReferenceType">
<sequence>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="closed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<org.w3c.dom.Element> |
any
|
protected java.lang.Boolean |
closed
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_ANY
|
static javax.xml.namespace.QName |
F_CLOSED
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
|---|
F_PROPERTY, property |
| Constructor Summary | |
|---|---|
PropertyAvailableValuesType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.util.List<org.w3c.dom.Element> |
getAny()
Gets the value of the any property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
java.lang.Boolean |
isClosed()
Gets the value of the closed property. |
void |
setClosed(java.lang.Boolean value)
Sets the value of the closed property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
|---|
getProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<org.w3c.dom.Element> any
protected java.lang.Boolean closed
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_ANY
public static final javax.xml.namespace.QName F_CLOSED
| Constructor Detail |
|---|
public PropertyAvailableValuesType()
| Method Detail |
|---|
public java.util.List<org.w3c.dom.Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public java.lang.Boolean isClosed()
Booleanpublic void setClosed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String toString()
toString in class PropertyReferenceType
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.HashCodehashCode in class PropertyReferenceTypepublic int hashCode()
hashCode in class PropertyReferenceType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class PropertyReferenceTypepublic boolean equals(java.lang.Object object)
equals in class PropertyReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||