com.ebmwebsourcing.agreement.definition.impl
Class ServicePropertiesImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ServicePropertiesType>
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
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
| 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 |
ServicePropertiesImpl
public ServicePropertiesImpl(ServicePropertiesType model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
throws WSAgreementException
- Throws:
WSAgreementException
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.