public class PortComponentRefType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected TrueFalseType |
enableMtom |
protected String |
id |
protected CString |
portComponentLink |
protected FullyQualifiedClassType |
serviceEndpointInterface |
Constructor and Description |
---|
PortComponentRefType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected FullyQualifiedClassType serviceEndpointInterface
protected TrueFalseType enableMtom
protected CString portComponentLink
protected String id
public FullyQualifiedClassType getServiceEndpointInterface()
FullyQualifiedClassType
public void setServiceEndpointInterface(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public TrueFalseType getEnableMtom()
TrueFalseType
public void setEnableMtom(TrueFalseType value)
value
- allowed object is
TrueFalseType
public CString getPortComponentLink()
CString
public void setPortComponentLink(CString value)
value
- allowed object is
CString
Apache CXF