Class ObjectDeltaWavesType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaWavesType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectDeltaWavesType extends AbstractPlainStructured
- 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_WAVEstatic ItemNameF_WAVE_COUNTprotected List<ObjectDeltaWaveType>waveprotected IntegerwaveCount
-
Constructor Summary
Constructors Constructor Description ObjectDeltaWavesType()ObjectDeltaWavesType(ObjectDeltaWavesType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaWaveTypebeginWave()ObjectDeltaWavesTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<ObjectDeltaWaveType>getWave()IntegergetWaveCount()inthashCode(StructuredHashCodeStrategy strategy)voidsetWaveCount(Integer value)ObjectDeltaWavesTypewave(ObjectDeltaWaveType value)ObjectDeltaWavesTypewaveCount(Integer value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ObjectDeltaWavesType
public ObjectDeltaWavesType()
-
ObjectDeltaWavesType
public ObjectDeltaWavesType(ObjectDeltaWavesType other)
-
-
Method Detail
-
getWaveCount
public Integer getWaveCount()
-
setWaveCount
public void setWaveCount(Integer value)
-
getWave
public List<ObjectDeltaWaveType> getWave()
-
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
-
waveCount
public ObjectDeltaWavesType waveCount(Integer value)
-
wave
public ObjectDeltaWavesType wave(ObjectDeltaWaveType value)
-
beginWave
public ObjectDeltaWaveType beginWave()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectDeltaWavesType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-