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

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

public class Objects
extends java.lang.Object
implements java.io.Serializable

Object list, to be used in import files and examples.

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}object" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> object
           
 
Constructor Summary
Objects()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> getObject()
          Gets the value of the object property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> object
Constructor Detail

Objects

public Objects()
Method Detail

getObject

public java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> getObject()
Gets the value of the object 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 object property.

For example, to add a new item, do as follows:

    getObject().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ObjectType> JAXBElement<ResourceType> JAXBElement<RoleType> JAXBElement<UserTemplateType> JAXBElement<AccountShadowType> JAXBElement<GenericObjectType> JAXBElement<ResourceObjectShadowType> JAXBElement<UserType> JAXBElement<ResourceStateType>



Copyright © 2011 evolveum. All Rights Reserved.