Class DeltaSetTripleType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.DeltaSetTripleType
-
- All Implemented Interfaces:
PlainStructured
,PlainStructured.WithoutStrategy
,JaxbVisitable
,Serializable
,Cloneable
public class DeltaSetTripleType extends Object implements PlainStructured.WithoutStrategy, JaxbVisitable, Cloneable
Experimental.- 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 DeltaSetTripleType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
DeltaSetTripleType
clone()
static <V extends PrismValue>
DeltaSetTripleTypefromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple)
List<Object>
getMinus()
List<Object>
getPlus()
List<Object>
getZero()
String
toString()
void
visit(List<Object> set, JaxbVisitor visitor)
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured.WithoutStrategy
equals, hashCode
-
-
-
-
Method Detail
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
visit
public void visit(List<Object> set, JaxbVisitor visitor)
-
clone
public DeltaSetTripleType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObject
-
fromDeltaSetTriple
public static <V extends PrismValue> DeltaSetTripleType fromDeltaSetTriple(PrismValueDeltaSetTriple<V> triple)
-
-