org.oasis.wsrf.properties
Class QueryExpressionType

java.lang.Object
  extended by org.oasis.wsrf.properties.QueryExpressionType
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SimpleType, DialectDependentType

public class QueryExpressionType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.SimpleType, DialectDependentType

See Also:
Serialized Form

Field Summary
private  org.apache.axis.types.URI dialect
           
static java.lang.String DIALECT_ATTR
           
static java.lang.String NAMESPACE
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Object value
           
 
Constructor Summary
QueryExpressionType()
           
QueryExpressionType(java.lang.String dialect, java.lang.Object value)
           
QueryExpressionType(org.apache.axis.types.URI dialect, java.lang.Object value)
           
 
Method Summary
 org.apache.axis.types.URI getDialect()
          Gets the dialect value for this QueryExpressionType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.Object getValue()
           
 void setDialect(java.lang.String dialect)
          Sets the dialect value for this QueryExpressionType.
 void setDialect(org.apache.axis.types.URI dialect)
          Sets the dialect value for this QueryExpressionType.
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

DIALECT_ATTR

public static final java.lang.String DIALECT_ATTR
See Also:
Constant Field Values

dialect

private org.apache.axis.types.URI dialect

value

private java.lang.Object value

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

QueryExpressionType

public QueryExpressionType()

QueryExpressionType

public QueryExpressionType(java.lang.String dialect,
                           java.lang.Object value)
                    throws org.apache.axis.types.URI.MalformedURIException
Throws:
org.apache.axis.types.URI.MalformedURIException

QueryExpressionType

public QueryExpressionType(org.apache.axis.types.URI dialect,
                           java.lang.Object value)
Method Detail

getDialect

public org.apache.axis.types.URI getDialect()
Gets the dialect value for this QueryExpressionType.

Specified by:
getDialect in interface DialectDependentType
Returns:
dialect

setDialect

public void setDialect(java.lang.String dialect)
                throws org.apache.axis.types.URI.MalformedURIException
Sets the dialect value for this QueryExpressionType.

Parameters:
dialect -
Throws:
org.apache.axis.types.URI.MalformedURIException

setDialect

public void setDialect(org.apache.axis.types.URI dialect)
Sets the dialect value for this QueryExpressionType.

Specified by:
setDialect in interface DialectDependentType
Parameters:
dialect -

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface DialectDependentType

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface DialectDependentType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object