public class PortComponentRef extends 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 Boolean |
enableMtom |
protected String |
id |
protected Integer |
mtomThreshold |
protected String |
portComponentLink |
protected Properties |
properties |
protected QName |
qname |
protected RespectBinding |
respectBinding |
protected String |
serviceEndpointInterface |
| Constructor and Description |
|---|
PortComponentRef() |
| Modifier and Type | Method and Description |
|---|---|
Addressing |
getAddressing() |
Boolean |
getEnableMtom() |
String |
getId() |
Integer |
getMtomThreshold() |
String |
getPortComponentLink() |
Properties |
getProperties() |
QName |
getQName() |
RespectBinding |
getRespectBinding() |
String |
getServiceEndpointInterface() |
boolean |
isEnableMtom() |
void |
setAddressing(Addressing value) |
void |
setEnableMtom(boolean value) |
void |
setId(String value) |
void |
setMtomThreshold(Integer value) |
void |
setPortComponentLink(String value) |
void |
setQName(QName qname) |
void |
setRespectBinding(RespectBinding value) |
void |
setServiceEndpointInterface(String value) |
protected String serviceEndpointInterface
protected Boolean enableMtom
protected Integer mtomThreshold
protected Addressing addressing
protected RespectBinding respectBinding
protected String portComponentLink
protected QName qname
protected Properties properties
protected String id
public String getServiceEndpointInterface()
public void setServiceEndpointInterface(String value)
public boolean isEnableMtom()
public Boolean getEnableMtom()
public void setEnableMtom(boolean value)
public Integer getMtomThreshold()
public void setMtomThreshold(Integer value)
public Addressing getAddressing()
public void setAddressing(Addressing value)
public RespectBinding getRespectBinding()
public void setRespectBinding(RespectBinding value)
public String getPortComponentLink()
public void setPortComponentLink(String value)
public QName getQName()
public void setQName(QName qname)
public Properties getProperties()
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.