com.ebmwebsourcing.wsstar.notification.extension.impl
Class ResourcesUuidTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ResourcesUuidType>
      extended by com.ebmwebsourcing.wsstar.notification.extension.impl.ResourcesUuidTypeImpl
All Implemented Interfaces:
ResourcesUuidType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class ResourcesUuidTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ResourcesUuidType>
implements ResourcesUuidType

This class implements ResourcesUuidTypeImpl java interface respect to EASYWSDL Library model.

Author:
Thierry Déjean - eBM Websourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ResourcesUuidTypeImpl(ResourcesUuidType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
          Constructor (follow EASYWSDL model)
 
Method Summary
 void addUuid(java.lang.String uuid)
          see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class
 void clearUuids()
          see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class
 javax.xml.namespace.QName getTagName()
          tagName attribut getter
 java.util.List<java.lang.String> getUuids()
          see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class
 void setTagName(javax.xml.namespace.QName tagName)
          tagName attribut setter
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

ResourcesUuidTypeImpl

public ResourcesUuidTypeImpl(ResourcesUuidType model,
                             org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Constructor (follow EASYWSDL model)

Parameters:
model -
parent -
Method Detail

addUuid

public void addUuid(java.lang.String uuid)
Description copied from interface: ResourcesUuidType
see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class

Specified by:
addUuid in interface ResourcesUuidType

clearUuids

public void clearUuids()
Description copied from interface: ResourcesUuidType
see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class

Specified by:
clearUuids in interface ResourcesUuidType

getUuids

public java.util.List<java.lang.String> getUuids()
Description copied from interface: ResourcesUuidType
see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class

Specified by:
getUuids in interface ResourcesUuidType

getTagName

public javax.xml.namespace.QName getTagName()
tagName attribut getter

Returns:
the QName tagName attribut value

setTagName

public void setTagName(javax.xml.namespace.QName tagName)
tagName attribut setter

Parameters:
tagName - the QName to set


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