com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl
Class QueryExpressionTypeImpl
java.lang.Object
com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl.QueryExpressionTypeImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
public class QueryExpressionTypeImpl
- extends java.lang.Object
- implements com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExpressionTypeImpl
protected QueryExpressionTypeImpl(java.net.URI dialect)
- Default constructor
QueryExpressionTypeImpl
protected QueryExpressionTypeImpl(QueryExpressionType jaxbTypeObj)
getJaxbTypeObj
protected final QueryExpressionType getJaxbTypeObj()
getDialect
public java.net.URI getDialect()
- Specified by:
getDialect in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
setDialect
public void setDialect(java.net.URI value)
- Specified by:
setDialect in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
setContent
public void setContent(java.lang.String value)
- Specified by:
setContent in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType
toJaxbModel
public static QueryExpressionType toJaxbModel(com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType apiTypeObj)
- A way to create a
QueryExpressionType
object from a QueryExpressionType "api type" one
- Parameters:
apiTypeObj -
Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.