com.ebmwebsourcing.wsstar.addressing.definition.decorator
Class DecoratorEndpointReferenceTypeImpl<Ref extends AbsItfReferenceParametersType>

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl
      extended by com.ebmwebsourcing.wsstar.addressing.definition.decorator.DecoratorEndpointReferenceTypeImpl<Ref>
All Implemented Interfaces:
Decorator, com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement, java.io.Serializable

public class DecoratorEndpointReferenceTypeImpl<Ref extends AbsItfReferenceParametersType>
extends com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl
implements Decorator

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  AbsItfEndpointReferenceType<Ref> epr
           
 
Fields inherited from class com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorEndpointReferenceTypeImpl(AbsItfEndpointReferenceType<Ref> epr)
           
 
Method Summary
 java.lang.String getAddress()
           
 com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement getDecorator()
           
 java.net.URI getDocumentBaseURI()
           
 EndpointReferenceType getFirstEpr()
           
 java.lang.Object getModel()
           
 com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl getParent()
           
 java.util.List<org.apache.neethi.Policy> getPolicies()
           
 Ref getReferenceParameters()
           
 javax.xml.namespace.QName getTagQName()
           
 Ref newReferenceParameters()
           
 void setAddress(java.lang.String address)
           
 void setDocumentBaseURI(java.net.URI documentBaseURI)
           
 void setPolicy(java.util.List<org.apache.neethi.Policy> policies)
           
 void setReferenceParameters(Ref ref)
           
 void setTagQName(javax.xml.namespace.QName name)
           
 
Methods inherited from class com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getOtherAttributes, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epr

protected AbsItfEndpointReferenceType<Ref extends AbsItfReferenceParametersType> epr
Constructor Detail

DecoratorEndpointReferenceTypeImpl

public DecoratorEndpointReferenceTypeImpl(AbsItfEndpointReferenceType<Ref> epr)
                                   throws WSAddressingException
Throws:
WSAddressingException
Method Detail

getFirstEpr

public EndpointReferenceType getFirstEpr()

getModel

public java.lang.Object getModel()
Overrides:
getModel in class com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl

getParent

public com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl getParent()
Overrides:
getParent in class com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl

getDecorator

public com.ebmwebsourcing.wsstar.legacy.jaxb.core.SchemaElement getDecorator()
Specified by:
getDecorator in interface Decorator

getAddress

public java.lang.String getAddress()

getDocumentBaseURI

public java.net.URI getDocumentBaseURI()

getPolicies

public java.util.List<org.apache.neethi.Policy> getPolicies()

getReferenceParameters

public Ref getReferenceParameters()
                                                                 throws WSAddressingException
Throws:
WSAddressingException

newReferenceParameters

public Ref newReferenceParameters()
                                                                 throws WSAddressingException
Throws:
WSAddressingException

getTagQName

public javax.xml.namespace.QName getTagQName()

setAddress

public void setAddress(java.lang.String address)

setDocumentBaseURI

public void setDocumentBaseURI(java.net.URI documentBaseURI)

setPolicy

public void setPolicy(java.util.List<org.apache.neethi.Policy> policies)
               throws WSAddressingException
Throws:
WSAddressingException

setReferenceParameters

public void setReferenceParameters(Ref ref)
                            throws WSAddressingException
Throws:
WSAddressingException

setTagQName

public void setTagQName(javax.xml.namespace.QName name)


Copyright © 2009-2011 eBM Websourcing. All Rights Reserved.