public class GetFieldValueResponseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for GetFieldValueResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetFieldValueResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportParameterType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_VALUE |
protected ReportParameterType |
value |
Constructor and Description |
---|
GetFieldValueResponseType()
Creates a new
GetFieldValueResponseType instance. |
GetFieldValueResponseType(GetFieldValueResponseType o)
Creates a new
GetFieldValueResponseType instance by deeply copying a given GetFieldValueResponseType instance. |
Modifier and Type | Method and Description |
---|---|
GetFieldValueResponseType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
ReportParameterType |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setValue(ReportParameterType value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ReportParameterType value
public static final QName COMPLEX_TYPE
public static final QName F_VALUE
public GetFieldValueResponseType()
GetFieldValueResponseType
instance.public GetFieldValueResponseType(GetFieldValueResponseType o)
GetFieldValueResponseType
instance by deeply copying a given GetFieldValueResponseType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ReportParameterType getValue()
ReportParameterType
public void setValue(ReportParameterType value)
value
- allowed object is
ReportParameterType
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public GetFieldValueResponseType clone()
Copyright © 2015 Evolveum. All rights reserved.