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.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortComponentRef
public PortComponentRef()
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)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.