org.apache.openejb.jee
Class PortComponentRef

java.lang.Object
  extended by 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>
 


Field Summary
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 Summary
PortComponentRef()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

PortComponentRef

public PortComponentRef()
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)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.