com.ebmwebsourcing.agreement.definition.impl
Class ServiceScopeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ServiceSelectorType>
      extended by com.ebmwebsourcing.agreement.definition.impl.ServiceScopeImpl
All Implemented Interfaces:
ServiceScope, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class ServiceScopeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ServiceSelectorType>
implements ServiceScope

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ServiceScopeImpl(ServiceSelectorType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String getScope()
           
 java.lang.String getServiceName()
           
 void setScope(java.lang.String scope)
           
 void setServiceName(java.lang.String servName)
           
 
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
 

Constructor Detail

ServiceScopeImpl

public ServiceScopeImpl(ServiceSelectorType model,
                        org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
                 throws WSAgreementException
Throws:
WSAgreementException
Method Detail

getServiceName

public java.lang.String getServiceName()
Specified by:
getServiceName in interface ServiceScope

setServiceName

public void setServiceName(java.lang.String servName)
Specified by:
setServiceName in interface ServiceScope

getScope

public java.lang.String getScope()
Specified by:
getScope in interface ServiceScope

setScope

public void setScope(java.lang.String scope)
Specified by:
setScope in interface ServiceScope


Copyright © 2009 eBM Websourcing. All Rights Reserved.