Class MappingEvaluationVariableType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationVariableType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class MappingEvaluationVariableType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MappingEvaluationVariableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingEvaluationVariableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}value" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingEvaluationVariableType()
Creates a newMappingEvaluationVariableType
instance.MappingEvaluationVariableType(MappingEvaluationVariableType o)
Creates a newMappingEvaluationVariableType
instance by deeply copying a givenMappingEvaluationVariableType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
MappingEvaluationVariableType
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)
String
getName()
Gets the value of the name property.Object
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)
MappingEvaluationVariableType
name(String value)
void
setName(String value)
Sets the value of the name property.void
setValue(Object value)
Sets the value of the value property.String
toString()
Generates a String representation of the contents of this type.MappingEvaluationVariableType
value(Object value)
-
-
-
Constructor Detail
-
MappingEvaluationVariableType
public MappingEvaluationVariableType()
Creates a newMappingEvaluationVariableType
instance.
-
MappingEvaluationVariableType
public MappingEvaluationVariableType(MappingEvaluationVariableType o)
Creates a newMappingEvaluationVariableType
instance by deeply copying a givenMappingEvaluationVariableType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
public Object getValue()
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
public void setValue(Object value)
Sets the value of the value property.- Parameters:
value
- allowed object isObject
-
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:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
name
public MappingEvaluationVariableType name(String value)
-
value
public MappingEvaluationVariableType value(Object value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public MappingEvaluationVariableType clone()
Creates and returns a deep copy of this object.
-
-