com.evolveum.midpoint.schema
Class TypedValue

java.lang.Object
  extended by com.evolveum.midpoint.schema.TypedValue

public class TypedValue
extends java.lang.Object

Author:
Radovan Semancik

Constructor Summary
TypedValue()
           
TypedValue(java.lang.Object value, javax.xml.namespace.QName xsdType)
           
 
Method Summary
 java.lang.Object getValue()
           
 javax.xml.namespace.QName getXsdType()
           
 void setValue(java.lang.Object value)
           
 void setXsdType(javax.xml.namespace.QName xsdType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedValue

public TypedValue()

TypedValue

public TypedValue(java.lang.Object value,
                  javax.xml.namespace.QName xsdType)
Parameters:
value -
xsdType -
Method Detail

getValue

public java.lang.Object getValue()
Returns:
the value

setValue

public void setValue(java.lang.Object value)
Parameters:
value - the value to set

getXsdType

public javax.xml.namespace.QName getXsdType()
Returns:
the xsdType

setXsdType

public void setXsdType(javax.xml.namespace.QName xsdType)
Parameters:
xsdType - the xsdType to set


Copyright © 2011 evolveum. All Rights Reserved.