com.ebmwebsourcing.agreement.definition.impl
Class ContextImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<AgreementContextType>
com.ebmwebsourcing.agreement.definition.impl.ContextImpl
- All Implemented Interfaces:
- Context, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
public class ContextImpl
- extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<AgreementContextType>
- implements Context
- 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 |
ContextImpl
public ContextImpl(AgreementContextType model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
throws WSAgreementException
- Throws:
WSAgreementException
getExpirationTime
public java.util.Date getExpirationTime()
- Specified by:
getExpirationTime in interface Context
getInitiator
public com.ebmwebsourcing.addressing.addressing4agreement.monitoring.api.EndpointReferenceType getInitiator()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
- Specified by:
getInitiator in interface Context
- Throws:
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
getResponder
public com.ebmwebsourcing.addressing.addressing4agreement.monitoring.api.EndpointReferenceType getResponder()
throws com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
- Specified by:
getResponder in interface Context
- Throws:
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException
getServiceProvider
public AgreementRoleType getServiceProvider()
- Specified by:
getServiceProvider in interface Context
getTemplateId
public java.lang.String getTemplateId()
- Specified by:
getTemplateId in interface Context
getTemplateName
public java.lang.String getTemplateName()
- Specified by:
getTemplateName in interface Context
setExpirationTime
public void setExpirationTime(java.util.Date time)
throws WSAgreementException
- Specified by:
setExpirationTime in interface Context
- Throws:
WSAgreementException
setInitiator
public void setInitiator(com.ebmwebsourcing.addressing.addressing4agreement.monitoring.api.EndpointReferenceType initiator)
- Specified by:
setInitiator in interface Context
setResponder
public void setResponder(com.ebmwebsourcing.addressing.addressing4agreement.monitoring.api.EndpointReferenceType responder)
- Specified by:
setResponder in interface Context
setServiceProvider
public void setServiceProvider(AgreementRoleType role)
- Specified by:
setServiceProvider in interface Context
setTemplateId
public void setTemplateId(java.lang.String templateId)
- Specified by:
setTemplateId in interface Context
setTemplateName
public void setTemplateName(java.lang.String templateName)
- Specified by:
setTemplateName in interface Context
Copyright © 2009 eBM Websourcing. All Rights Reserved.