Class ObjectDeltaWaveType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectDeltaWaveType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ObjectDeltaWaveType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for ObjectDeltaWaveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectDeltaWaveType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType"/> </sequence> <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected ObjectDeltaTypedeltastatic ItemNameF_DELTAstatic ItemNameF_NUMBERprotected Integernumber
-
Constructor Summary
Constructors Constructor Description ObjectDeltaWaveType()Creates a newObjectDeltaWaveTypeinstance.ObjectDeltaWaveType(ObjectDeltaWaveType o)Creates a newObjectDeltaWaveTypeinstance by deeply copying a givenObjectDeltaWaveTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaTypebeginDelta()ObjectDeltaWaveTypeclone()Creates and returns a deep copy of this object.ObjectDeltaWaveTypedelta(ObjectDeltaType value)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)ObjectDeltaTypegetDelta()Gets the value of the delta property.IntegergetNumber()Gets the value of the number property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ObjectDeltaWaveTypenumber(Integer value)voidsetDelta(ObjectDeltaType value)Sets the value of the delta property.voidsetNumber(Integer value)Sets the value of the number property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
delta
protected ObjectDeltaType delta
-
number
protected Integer number
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DELTA
public static final ItemName F_DELTA
-
F_NUMBER
public static final ItemName F_NUMBER
-
-
Constructor Detail
-
ObjectDeltaWaveType
public ObjectDeltaWaveType()
Creates a newObjectDeltaWaveTypeinstance.
-
ObjectDeltaWaveType
public ObjectDeltaWaveType(ObjectDeltaWaveType o)
Creates a newObjectDeltaWaveTypeinstance by deeply copying a givenObjectDeltaWaveTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getDelta
public ObjectDeltaType getDelta()
Gets the value of the delta property.- Returns:
- possible object is
ObjectDeltaType
-
setDelta
public void setDelta(ObjectDeltaType value)
Sets the value of the delta property.- Parameters:
value- allowed object isObjectDeltaType
-
getNumber
public Integer getNumber()
Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
public void setNumber(Integer value)
Sets the value of the number property.- Parameters:
value- allowed object isInteger
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public 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 interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
delta
public ObjectDeltaWaveType delta(ObjectDeltaType value)
-
beginDelta
public ObjectDeltaType beginDelta()
-
number
public ObjectDeltaWaveType number(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ObjectDeltaWaveType clone()
Creates and returns a deep copy of this object.
-
-