public class PortComponentRefType extends Object
Java-Klasse für port-component-refType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der addressing-Eigenschaft ab.
|
TrueFalseType |
getEnableMtom()
Ruft den Wert der enableMtom-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
XsdNonNegativeIntegerType |
getMtomThreshold()
Ruft den Wert der mtomThreshold-Eigenschaft ab.
|
String |
getPortComponentLink()
Ruft den Wert der portComponentLink-Eigenschaft ab.
|
RespectBindingType |
getRespectBinding()
Ruft den Wert der respectBinding-Eigenschaft ab.
|
FullyQualifiedClassType |
getServiceEndpointInterface()
Ruft den Wert der serviceEndpointInterface-Eigenschaft ab.
|
void |
setAddressing(AddressingType value)
Legt den Wert der addressing-Eigenschaft fest.
|
void |
setEnableMtom(TrueFalseType value)
Legt den Wert der enableMtom-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setMtomThreshold(XsdNonNegativeIntegerType value)
Legt den Wert der mtomThreshold-Eigenschaft fest.
|
void |
setPortComponentLink(String value)
Legt den Wert der portComponentLink-Eigenschaft fest.
|
void |
setRespectBinding(RespectBindingType value)
Legt den Wert der respectBinding-Eigenschaft fest.
|
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Legt den Wert der serviceEndpointInterface-Eigenschaft fest.
|
protected FullyQualifiedClassType serviceEndpointInterface
protected TrueFalseType enableMtom
protected XsdNonNegativeIntegerType mtomThreshold
protected AddressingType addressing
protected RespectBindingType respectBinding
protected String 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 XsdNonNegativeIntegerType getMtomThreshold()
XsdNonNegativeIntegerType
public void setMtomThreshold(XsdNonNegativeIntegerType value)
value
- allowed object is
XsdNonNegativeIntegerType
public AddressingType getAddressing()
AddressingType
public void setAddressing(AddressingType value)
value
- allowed object is
AddressingType
public RespectBindingType getRespectBinding()
RespectBindingType
public void setRespectBinding(RespectBindingType value)
value
- allowed object is
RespectBindingType
public String getPortComponentLink()
String
public void setPortComponentLink(String value)
value
- allowed object is
String
Copyright © 2015 buschmais GbR. All rights reserved.