com.ebmwebsourcing.wsstar.notification.extension.api
Interface ResourcesUuidType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
ResourcesUuidTypeImpl

public interface ResourcesUuidType
extends org.ow2.easywsdl.schema.api.SchemaElement

This interface provides an encapsulated version of the JAXB Class . It also uses EASYWSDL library encapsulation model.

Author:
Thierry Déjean -eBM WebSourcing

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
 java.util.List<java.lang.String> getUuids()
          see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getUuids

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


clearUuids

void clearUuids()
see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class


addUuid

void addUuid(java.lang.String uuid)
see the "same named method" javadoc description in ResourcesUuidType JAXB* generated class



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