com.ebmwebsourcing.agreement.definition.impl
Class ServiceDescriptionImpl

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

public class ServiceDescriptionImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<ServiceDescriptionTermType>
implements ServiceDescription

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ServiceDescriptionImpl(ServiceDescriptionTermType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getServiceName()
           
 java.net.URI getWsdlDescription()
           
 void setName(java.lang.String name)
           
 void setServiceName(java.lang.String servName)
           
 void setWsdlDescription(java.net.URI wsdl)
           
 
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

ServiceDescriptionImpl

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

getWsdlDescription

public java.net.URI getWsdlDescription()
Specified by:
getWsdlDescription in interface ServiceDescription

setWsdlDescription

public void setWsdlDescription(java.net.URI wsdl)
Specified by:
setWsdlDescription in interface ServiceDescription

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


Copyright © 2009 eBM Websourcing. All Rights Reserved.