com.evolveum.midpoint.schema
Class TypedValue
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedValue
public TypedValue()
TypedValue
public TypedValue(java.lang.Object value,
javax.xml.namespace.QName xsdType)
- Parameters:
value
- xsdType
-
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.