com.ebmwebsourcing.agreement.definition.impl
Class ServicePropertiesImpl

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

public class ServicePropertiesImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ServicePropertiesType>
implements ServiceProperties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ServicePropertiesImpl(ServicePropertiesType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addVariable(Variable variable)
           
 java.lang.String getName()
           
 java.lang.String getServiceName()
           
 java.util.List<Variable> getVariables()
           
 Variable newVariable()
           
 void removeVariable(Variable variable)
           
 void setName(java.lang.String name)
           
 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

ServicePropertiesImpl

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

getVariables

public java.util.List<Variable> getVariables()
Specified by:
getVariables in interface ServiceProperties

getName

public java.lang.String getName()
Specified by:
getName in interface ServiceTerms

getServiceName

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

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ServiceTerms

setServiceName

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

addVariable

public void addVariable(Variable variable)
Specified by:
addVariable in interface ServiceProperties

removeVariable

public void removeVariable(Variable variable)
Specified by:
removeVariable in interface ServiceProperties

newVariable

public Variable newVariable()
                     throws WSAgreementException
Specified by:
newVariable in interface ServiceProperties
Throws:
WSAgreementException


Copyright © 2009 eBM Websourcing. All Rights Reserved.