public class PortComponentRef
extends java.lang.Object
Java class for port-component-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="port-component-refType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="service-endpoint-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="enable-mtom" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="mtom-threshold" type="{http://java.sun.com/xml/ns/javaee}xsdNonNegativeIntegerType" minOccurs="0"/> <element name="addressing" type="{http://java.sun.com/xml/ns/javaee}addressingType" minOccurs="0"/> <element name="respect-binding" type="{http://java.sun.com/xml/ns/javaee}respect-bindingType" minOccurs="0"/> <element name="port-component-link" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Addressing |
addressing |
protected java.lang.Boolean |
enableMtom |
protected java.lang.String |
id |
protected java.lang.Integer |
mtomThreshold |
protected java.lang.String |
portComponentLink |
protected java.util.Properties |
properties |
protected javax.xml.namespace.QName |
qname |
protected RespectBinding |
respectBinding |
protected java.lang.String |
serviceEndpointInterface |
Constructor and Description |
---|
PortComponentRef() |
Modifier and Type | Method and Description |
---|---|
Addressing |
getAddressing() |
java.lang.Boolean |
getEnableMtom() |
java.lang.String |
getId() |
java.lang.Integer |
getMtomThreshold() |
java.lang.String |
getPortComponentLink() |
java.util.Properties |
getProperties() |
javax.xml.namespace.QName |
getQName() |
RespectBinding |
getRespectBinding() |
java.lang.String |
getServiceEndpointInterface() |
boolean |
isEnableMtom() |
void |
setAddressing(Addressing value) |
void |
setEnableMtom(boolean value) |
void |
setId(java.lang.String value) |
void |
setMtomThreshold(java.lang.Integer value) |
void |
setPortComponentLink(java.lang.String value) |
void |
setQName(javax.xml.namespace.QName qname) |
void |
setRespectBinding(RespectBinding value) |
void |
setServiceEndpointInterface(java.lang.String value) |
protected java.lang.String serviceEndpointInterface
protected java.lang.Boolean enableMtom
protected java.lang.Integer mtomThreshold
protected Addressing addressing
protected RespectBinding respectBinding
protected java.lang.String portComponentLink
protected javax.xml.namespace.QName qname
protected java.util.Properties properties
protected java.lang.String id
public java.lang.String getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.String value)
public boolean isEnableMtom()
public java.lang.Boolean getEnableMtom()
public void setEnableMtom(boolean value)
public java.lang.Integer getMtomThreshold()
public void setMtomThreshold(java.lang.Integer value)
public Addressing getAddressing()
public void setAddressing(Addressing value)
public RespectBinding getRespectBinding()
public void setRespectBinding(RespectBinding value)
public java.lang.String getPortComponentLink()
public void setPortComponentLink(java.lang.String value)
public javax.xml.namespace.QName getQName()
public void setQName(javax.xml.namespace.QName qname)
public java.util.Properties getProperties()
public java.lang.String getId()
public void setId(java.lang.String value)