Class Objects
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.Objects
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class Objects extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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-3}object" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)Objectsclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)LonggetId()Gets the value of the id property.List<javax.xml.bind.JAXBElement<? extends ObjectType>>getObject()Gets the value of the object property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)Objectsid(Long value)Objectsobject(javax.xml.bind.JAXBElement<? extends ObjectType> value)voidsetId(Long value)Sets the value of the id property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
object
protected List<javax.xml.bind.JAXBElement<? extends ObjectType>> object
-
id
protected Long id
-
F_OBJECT
public static final ItemName F_OBJECT
-
-
Constructor Detail
-
Objects
public Objects()
Creates a newObjectsinstance.
-
Objects
public Objects(Objects o)
Creates a newObjectsinstance by deeply copying a givenObjectsinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getObject
public 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
setmethod 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<AccessCertificationCampaignType>JAXBElement<AccessCertificationDefinitionForReportType>JAXBElement<AccessCertificationDefinitionType>JAXBElement<ArchetypeType>JAXBElement<CaseType>JAXBElement<ConnectorHostType>JAXBElement<ConnectorType>JAXBElement<FunctionLibraryType>JAXBElement<GenericObjectType>JAXBElement<LookupTableType>JAXBElement<NodeType>JAXBElement<ObjectCollectionType>JAXBElement<ObjectTemplateType>JAXBElement<ObjectType>JAXBElement<OrgType>JAXBElement<ReportDataType>JAXBElement<ReportType>JAXBElement<ResourceType>JAXBElement<RoleType>JAXBElement<SecurityPolicyType>JAXBElement<ServiceType>JAXBElement<ShadowType>JAXBElement<TaskType>JAXBElement<UserType>JAXBElement<ValuePolicyType>
-
setId
public void setId(Long value)
Sets the value of the id property.- Parameters:
value- allowed object isLong
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public 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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
object
public Objects object(javax.xml.bind.JAXBElement<? extends ObjectType> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-