org.oasis.wsrf.properties
Class QueryExpressionType
java.lang.Object
org.oasis.wsrf.properties.QueryExpressionType
- All Implemented Interfaces:
- DialectDependentType, java.io.Serializable, org.apache.axis.encoding.SimpleType
- 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
|
|
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 |
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
QueryExpressionType
public QueryExpressionType()
QueryExpressionType
public QueryExpressionType(java.lang.String dialect,
java.lang.Object value)
throws org.apache.axis.types.URI.MalformedURIException
QueryExpressionType
public QueryExpressionType(org.apache.axis.types.URI dialect,
java.lang.Object value)
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