Apache CXF API

org.apache.cxf.jaxws.javaee
Class PortComponentRefType

java.lang.Object
  extended by org.apache.cxf.jaxws.javaee.PortComponentRefType

public class PortComponentRefType
extends Object

The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port. It optionally associates the Service Endpoint Interface with a particular port-component. This is only used by the container for a Service.getPort(Class) method call.

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="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  TrueFalseType enableMtom
           
protected  String id
           
protected  CString portComponentLink
           
protected  FullyQualifiedClassType serviceEndpointInterface
           
 
Constructor Summary
PortComponentRefType()
           
 
Method Summary
 TrueFalseType getEnableMtom()
          Gets the value of the enableMtom property.
 String getId()
          Gets the value of the id property.
 CString getPortComponentLink()
          Gets the value of the portComponentLink property.
 FullyQualifiedClassType getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 void setEnableMtom(TrueFalseType value)
          Sets the value of the enableMtom property.
 void setId(String value)
          Sets the value of the id property.
 void setPortComponentLink(CString value)
          Sets the value of the portComponentLink property.
 void setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceEndpointInterface

protected FullyQualifiedClassType serviceEndpointInterface

enableMtom

protected TrueFalseType enableMtom

portComponentLink

protected CString portComponentLink

id

protected String id
Constructor Detail

PortComponentRefType

public PortComponentRefType()
Method Detail

getServiceEndpointInterface

public FullyQualifiedClassType getServiceEndpointInterface()
Gets the value of the serviceEndpointInterface property.

Returns:
possible object is FullyQualifiedClassType

setServiceEndpointInterface

public void setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the serviceEndpointInterface property.

Parameters:
value - allowed object is FullyQualifiedClassType

getEnableMtom

public TrueFalseType getEnableMtom()
Gets the value of the enableMtom property.

Returns:
possible object is TrueFalseType

setEnableMtom

public void setEnableMtom(TrueFalseType value)
Sets the value of the enableMtom property.

Parameters:
value - allowed object is TrueFalseType

getPortComponentLink

public CString getPortComponentLink()
Gets the value of the portComponentLink property.

Returns:
possible object is CString

setPortComponentLink

public void setPortComponentLink(CString value)
Sets the value of the portComponentLink property.

Parameters:
value - allowed object is CString

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF