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 void
accept(JaxbVisitor visitor)
Objects
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
Long
getId()
Gets the value of the id property.List<javax.xml.bind.JAXBElement<? extends ObjectType>>
getObject()
Gets the value of the object property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Objects
id(Long value)
Objects
object(javax.xml.bind.JAXBElement<? extends ObjectType> value)
void
setId(Long value)
Sets the value of the id property.String
toString()
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 newObjects
instance.
-
Objects
public Objects(Objects o)
Creates a newObjects
instance by deeply copying a givenObjects
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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
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
<
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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
-