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

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl.TopicNamespaceTypeImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

public class TopicNamespaceTypeImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType


Nested Class Summary
static class TopicNamespaceTypeImpl.TopicImpl
           
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType.Topic
 
Constructor Summary
protected TopicNamespaceTypeImpl(TopicNamespaceType jaxbTypeObj)
           
protected TopicNamespaceTypeImpl(java.net.URI dialect)
          Default constructor
 
Method Summary
 void addTopic(com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType.Topic value)
           
 java.util.List<java.lang.Object> getAny()
           
protected  TopicNamespaceType getJaxbTypeObj()
           
 java.lang.String getName()
           
 java.net.URI getNamespace()
           
 java.util.List<com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType.Topic> getTopics()
           
 boolean isFinal()
           
 void setFinal(boolean value)
           
 void setName(java.lang.String value)
           
 void setNamespace(java.net.URI value)
           
static TopicNamespaceType toJaxbModel(com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType apiTypeObj)
          A way to create a TopicNamespaceType "Jaxb model type" object from a TopicNamespaceType "api type" one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicNamespaceTypeImpl

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


TopicNamespaceTypeImpl

protected TopicNamespaceTypeImpl(TopicNamespaceType jaxbTypeObj)
Method Detail

getJaxbTypeObj

protected final TopicNamespaceType getJaxbTypeObj()

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

setName

public void setName(java.lang.String value)
Specified by:
setName in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

setNamespace

public void setNamespace(java.net.URI value)
Specified by:
setNamespace in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

getTopics

public java.util.List<com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType.Topic> getTopics()
Specified by:
getTopics in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

addTopic

public void addTopic(com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType.Topic value)
Specified by:
addTopic in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

isFinal

public boolean isFinal()
Specified by:
isFinal in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

setFinal

public void setFinal(boolean value)
Specified by:
setFinal in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

getAny

public java.util.List<java.lang.Object> getAny()
Specified by:
getAny in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType

toJaxbModel

public static TopicNamespaceType toJaxbModel(com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType apiTypeObj)
A way to create a TopicNamespaceType "Jaxb model type" object from a TopicNamespaceType "api type" one

Parameters:
apiTypeObj -


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.