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

      • serviceEndpointInterface

        protected String serviceEndpointInterface
      • enableMtom

        protected Boolean enableMtom
      • mtomThreshold

        protected Integer mtomThreshold
      • portComponentLink

        protected String portComponentLink
      • qname

        protected QName qname
    • 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)
      • 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)