com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl
Class QueryExpressionTypeImpl

java.lang.Object
  extended by 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


Constructor Summary
protected QueryExpressionTypeImpl(QueryExpressionType jaxbTypeObj)
           
protected QueryExpressionTypeImpl(java.net.URI dialect)
          Default constructor
 
Method Summary
 java.lang.String getContent()
           
 java.net.URI getDialect()
           
protected  QueryExpressionType getJaxbTypeObj()
           
 void setContent(java.lang.String value)
           
 void setDialect(java.net.URI value)
           
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExpressionTypeImpl

protected QueryExpressionTypeImpl(java.net.URI dialect)
Default constructor


QueryExpressionTypeImpl

protected QueryExpressionTypeImpl(QueryExpressionType jaxbTypeObj)
Method Detail

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.