Class ObjectDeltaWavesType
- java.lang.Object
- 
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaWavesType
 
- 
- All Implemented Interfaces:
- JaxbVisitable,- Serializable,- Cloneable,- org.jvnet.jaxb2_commons.lang.Equals,- org.jvnet.jaxb2_commons.lang.HashCode
 
 public class ObjectDeltaWavesType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode <p>Java class for ObjectDeltaWavesType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="ObjectDeltaWavesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="wave" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaWaveType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="waveCount" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_WAVEstatic ItemNameF_WAVE_COUNTprotected List<ObjectDeltaWaveType>waveprotected IntegerwaveCount
 - 
Constructor SummaryConstructors Constructor Description ObjectDeltaWavesType()Creates a new {@code ObjectDeltaWavesType} instance.ObjectDeltaWavesType(ObjectDeltaWavesType o)Creates a new {@code ObjectDeltaWavesType} instance by deeply copying a given {@code ObjectDeltaWavesType} instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaWaveTypebeginWave()ObjectDeltaWavesTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)List<ObjectDeltaWaveType>getWave()Gets the value of the wave property.IntegergetWaveCount()Gets the value of the waveCount property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetWaveCount(Integer value)Sets the value of the waveCount property.StringtoString()Generates a String representation of the contents of this type.ObjectDeltaWavesTypewave(ObjectDeltaWaveType value)ObjectDeltaWavesTypewaveCount(Integer value)
 
- 
- 
- 
Constructor Detail- 
ObjectDeltaWavesTypepublic ObjectDeltaWavesType() Creates a new {@code ObjectDeltaWavesType} instance.
 - 
ObjectDeltaWavesTypepublic ObjectDeltaWavesType(ObjectDeltaWavesType o) Creates a new {@code ObjectDeltaWavesType} instance by deeply copying a given {@code ObjectDeltaWavesType} instance.- Parameters:
- o- The instance to copy.
- Throws:
- NullPointerException- if {@code o} is {@code null}.
 
 
- 
 - 
Method Detail- 
getWavepublic List<ObjectDeltaWaveType> getWave() Gets the value of the wave property. <p> 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 <CODE>set</CODE> method for the wave property. <p> For example, to add a new item, do as follows: <pre> getWave().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listObjectDeltaWaveType
 - 
getWaveCountpublic Integer getWaveCount() Gets the value of the waveCount property.- Returns:
- possible object is
     Integer
 
 - 
setWaveCountpublic void setWaveCount(Integer value) Sets the value of the waveCount property.- Parameters:
- value- allowed object is- Integer
 
 - 
toStringpublic String toString() Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
 - 
hashCodepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
- hashCodein interface- org.jvnet.jaxb2_commons.lang.HashCode
 
 - 
equalspublic 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:
- equalsin interface- org.jvnet.jaxb2_commons.lang.Equals
 
 - 
wavepublic ObjectDeltaWavesType wave(ObjectDeltaWaveType value) 
 - 
beginWavepublic ObjectDeltaWaveType beginWave() 
 - 
waveCountpublic ObjectDeltaWavesType waveCount(Integer value) 
 - 
acceptpublic void accept(JaxbVisitor visitor) - Specified by:
- acceptin interface- JaxbVisitable
 
 - 
clonepublic ObjectDeltaWavesType clone() Creates and returns a deep copy of this object.
 
- 
 
-