Class PropertyReferenceListType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.api_types_3.PropertyReferenceListType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class PropertyReferenceListType extends AbstractPlainStructured
DEPRECATED- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_PROPERTYprotected List<ItemPathType>property
-
Constructor Summary
Constructors Constructor Description PropertyReferenceListType()PropertyReferenceListType(PropertyReferenceListType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)PropertyReferenceListTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<ItemPathType>getProperty()inthashCode(StructuredHashCodeStrategy strategy)PropertyReferenceListTypeproperty(ItemPathType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
property
protected List<ItemPathType> property
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_PROPERTY
public static final ItemName F_PROPERTY
-
-
Constructor Detail
-
PropertyReferenceListType
public PropertyReferenceListType()
-
PropertyReferenceListType
public PropertyReferenceListType(PropertyReferenceListType other)
-
-
Method Detail
-
getProperty
public List<ItemPathType> getProperty()
-
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
-
property
public PropertyReferenceListType property(ItemPathType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public PropertyReferenceListType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-