org.oasis.wsn
Class TopicExpressionType
java.lang.Object
org.oasis.wsn.TopicExpressionType
- All Implemented Interfaces:
- java.io.Serializable, org.apache.axis.encoding.SimpleType, DialectDependentType
public class TopicExpressionType
- extends java.lang.Object
- implements org.apache.axis.encoding.SimpleType, DialectDependentType, java.io.Serializable
- 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 TopicExpressionType. |
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 TopicExpressionType. |
void |
setDialect(org.apache.axis.types.URI dialect)
Sets the dialect value for this TopicExpressionType. |
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
TopicExpressionType
public TopicExpressionType()
TopicExpressionType
public TopicExpressionType(java.lang.String dialect,
java.lang.Object value)
throws org.apache.axis.types.URI.MalformedURIException
- Throws:
org.apache.axis.types.URI.MalformedURIException
TopicExpressionType
public TopicExpressionType(org.apache.axis.types.URI dialect,
java.lang.Object value)
getDialect
public org.apache.axis.types.URI getDialect()
- Gets the dialect value for this TopicExpressionType.
- 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 TopicExpressionType.
- 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 TopicExpressionType.
- 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