Package org.apache.openejb.jee
Class PortComponentRef
- java.lang.Object
-
- org.apache.openejb.jee.PortComponentRef
-
public class PortComponentRef extends Object
javaee_web_services_client_1_3.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressingaddressingprotected BooleanenableMtomprotected Stringidprotected IntegermtomThresholdprotected StringportComponentLinkprotected Propertiespropertiesprotected QNameqnameprotected RespectBindingrespectBindingprotected StringserviceEndpointInterface
-
Constructor Summary
Constructors Constructor Description PortComponentRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressinggetAddressing()BooleangetEnableMtom()StringgetId()IntegergetMtomThreshold()StringgetPortComponentLink()PropertiesgetProperties()QNamegetQName()RespectBindinggetRespectBinding()StringgetServiceEndpointInterface()booleanisEnableMtom()voidsetAddressing(Addressing value)voidsetEnableMtom(boolean value)voidsetId(String value)voidsetMtomThreshold(Integer value)voidsetPortComponentLink(String value)voidsetQName(QName qname)voidsetRespectBinding(RespectBinding value)voidsetServiceEndpointInterface(String value)
-
-
-
Field Detail
-
serviceEndpointInterface
protected String serviceEndpointInterface
-
enableMtom
protected Boolean enableMtom
-
mtomThreshold
protected Integer mtomThreshold
-
addressing
protected Addressing addressing
-
respectBinding
protected RespectBinding respectBinding
-
portComponentLink
protected String portComponentLink
-
qname
protected QName qname
-
properties
protected Properties properties
-
id
protected String id
-
-
Method Detail
-
getServiceEndpointInterface
public String getServiceEndpointInterface()
-
setServiceEndpointInterface
public void setServiceEndpointInterface(String value)
-
isEnableMtom
public boolean isEnableMtom()
-
getEnableMtom
public Boolean getEnableMtom()
-
setEnableMtom
public void setEnableMtom(boolean value)
-
getMtomThreshold
public Integer getMtomThreshold()
-
setMtomThreshold
public void setMtomThreshold(Integer value)
-
getAddressing
public Addressing getAddressing()
-
setAddressing
public void setAddressing(Addressing value)
-
getRespectBinding
public RespectBinding getRespectBinding()
-
setRespectBinding
public void setRespectBinding(RespectBinding value)
-
getPortComponentLink
public String getPortComponentLink()
-
setPortComponentLink
public void setPortComponentLink(String value)
-
getQName
public QName getQName()
-
setQName
public void setQName(QName qname)
-
getProperties
public Properties getProperties()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-