@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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="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>
Modifier and Type | Field and Description |
---|---|
protected AddressingType |
addressing |
protected TrueFalseType |
enableMtom |
protected String |
id |
protected XsdNonNegativeIntegerType |
mtomThreshold |
protected String |
portComponentLink |
protected RespectBindingType |
respectBinding |
protected FullyQualifiedClassType |
serviceEndpointInterface |
Constructor and Description |
---|
PortComponentRefType() |
Modifier and Type | Method and Description |
---|---|
AddressingType |
getAddressing()
Gets the value of the addressing property.
|
TrueFalseType |
getEnableMtom()
Gets the value of the enableMtom property.
|
String |
getId()
Gets the value of the id property.
|
XsdNonNegativeIntegerType |
getMtomThreshold()
Gets the value of the mtomThreshold property.
|
String |
getPortComponentLink()
Gets the value of the portComponentLink property.
|
RespectBindingType |
getRespectBinding()
Gets the value of the respectBinding property.
|
FullyQualifiedClassType |
getServiceEndpointInterface()
Gets the value of the serviceEndpointInterface property.
|
void |
setAddressing(AddressingType value)
Sets the value of the addressing property.
|
void |
setEnableMtom(TrueFalseType value)
Sets the value of the enableMtom property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMtomThreshold(XsdNonNegativeIntegerType value)
Sets the value of the mtomThreshold property.
|
void |
setPortComponentLink(String value)
Sets the value of the portComponentLink property.
|
void |
setRespectBinding(RespectBindingType value)
Sets the value of the respectBinding property.
|
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the serviceEndpointInterface property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType serviceEndpointInterface
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType enableMtom
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdNonNegativeIntegerType mtomThreshold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected AddressingType addressing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected RespectBindingType respectBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String portComponentLink
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getServiceEndpointInterface()
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setServiceEndpointInterface(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getEnableMtom()
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setEnableMtom(TrueFalseType value)
value
- allowed object is
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdNonNegativeIntegerType getMtomThreshold()
XsdNonNegativeIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMtomThreshold(XsdNonNegativeIntegerType value)
value
- allowed object is
XsdNonNegativeIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public AddressingType getAddressing()
AddressingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setAddressing(AddressingType value)
value
- allowed object is
AddressingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public RespectBindingType getRespectBinding()
RespectBindingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setRespectBinding(RespectBindingType value)
value
- allowed object is
RespectBindingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getPortComponentLink()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setPortComponentLink(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.