com.evolveum.midpoint.xml.ns._public.common.common_1
Class PropertyAvailableValuesType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyAvailableValuesType
All Implemented Interfaces:
java.io.Serializable

public class PropertyAvailableValuesType
extends PropertyReferenceType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

any

protected java.util.List<org.w3c.dom.Element> any

closed

protected java.lang.Boolean closed
Constructor Detail

PropertyAvailableValuesType

public PropertyAvailableValuesType()
Method Detail

getAny

public java.util.List<org.w3c.dom.Element> getAny()
Gets the value of the any property.

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


isClosed

public java.lang.Boolean isClosed()
Gets the value of the closed property.

Returns:
possible object is Boolean

setClosed

public void setClosed(java.lang.Boolean value)
Sets the value of the closed property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 evolveum. All Rights Reserved.