Class ObjectListType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectListType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectListType extends AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description ObjectListType()ObjectListType(ObjectListType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectListTypeclone()ObjectListTypecount(Integer value)booleanequals(Object other, StructuredEqualsStrategy strategy)IntegergetCount()List<ObjectType>getObject()inthashCode(StructuredHashCodeStrategy strategy)ObjectListTypeobject(ObjectType value)voidsetCount(Integer value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ObjectListType
public ObjectListType()
-
ObjectListType
public ObjectListType(ObjectListType other)
-
-
Method Detail
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer value)
-
getObject
public List<ObjectType> getObject()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
count
public ObjectListType count(Integer value)
-
object
public ObjectListType object(ObjectType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectListType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-