public interface PortComponentRefType
The following features are supported:
Webapp30Package.getPortComponentRefType()| Modifier and Type | Method and Description |
|---|---|
AddressingType |
getAddressing()
Returns the value of the 'Addressing' containment reference.
|
TrueFalseType |
getEnableMtom()
Returns the value of the 'Enable Mtom' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdNonNegativeIntegerType |
getMtomThreshold()
Returns the value of the 'Mtom Threshold' containment reference.
|
String |
getPortComponentLink()
Returns the value of the 'Port Component Link' containment reference.
|
RespectBindingType |
getRespectBinding()
Returns the value of the 'Respect Binding' containment reference.
|
FullyQualifiedClassType |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' containment reference.
|
void |
setAddressing(AddressingType value)
Sets the value of the '
Addressing' containment reference. |
void |
setEnableMtom(TrueFalseType value)
Sets the value of the '
Enable Mtom' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMtomThreshold(XsdNonNegativeIntegerType value)
Sets the value of the '
Mtom Threshold' containment reference. |
void |
setPortComponentLink(String value)
Sets the value of the '
Port Component Link' containment reference. |
void |
setRespectBinding(RespectBindingType value)
Sets the value of the '
Respect Binding' containment reference. |
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the '
Service Endpoint Interface' containment reference. |
FullyQualifiedClassType getServiceEndpointInterface()
setServiceEndpointInterface(FullyQualifiedClassType),
Webapp30Package.getPortComponentRefType_ServiceEndpointInterface()void setServiceEndpointInterface(FullyQualifiedClassType value)
Service Endpoint Interface' containment reference.
value - the new value of the 'Service Endpoint Interface' containment reference.getServiceEndpointInterface()TrueFalseType getEnableMtom()
setEnableMtom(TrueFalseType),
Webapp30Package.getPortComponentRefType_EnableMtom()void setEnableMtom(TrueFalseType value)
Enable Mtom' containment reference.
value - the new value of the 'Enable Mtom' containment reference.getEnableMtom()XsdNonNegativeIntegerType getMtomThreshold()
setMtomThreshold(XsdNonNegativeIntegerType),
Webapp30Package.getPortComponentRefType_MtomThreshold()void setMtomThreshold(XsdNonNegativeIntegerType value)
Mtom Threshold' containment reference.
value - the new value of the 'Mtom Threshold' containment reference.getMtomThreshold()AddressingType getAddressing()
setAddressing(AddressingType),
Webapp30Package.getPortComponentRefType_Addressing()void setAddressing(AddressingType value)
Addressing' containment reference.
value - the new value of the 'Addressing' containment reference.getAddressing()RespectBindingType getRespectBinding()
setRespectBinding(RespectBindingType),
Webapp30Package.getPortComponentRefType_RespectBinding()void setRespectBinding(RespectBindingType value)
Respect Binding' containment reference.
value - the new value of the 'Respect Binding' containment reference.getRespectBinding()String getPortComponentLink()
setPortComponentLink(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getPortComponentRefType_PortComponentLink()void setPortComponentLink(String value)
Port Component Link' containment reference.
value - the new value of the 'Port Component Link' containment reference.getPortComponentLink()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getPortComponentRefType_Id()