|
||||||||||
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/> </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
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
property |
Constructor Summary | |
---|---|
PropertyAvailableValuesType()
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Element> |
getAny()
Gets the value of the any property. |
java.lang.Boolean |
isClosed()
Gets the value of the closed property. |
void |
setClosed(java.lang.Boolean value)
Sets the value of the closed property. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<org.w3c.dom.Element> any
protected java.lang.Boolean 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()
Boolean
public void setClosed(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |