Package org.somda.sdc.dpws.wsdl.model
Class TBindingOperation
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
-
- org.somda.sdc.dpws.wsdl.model.TBindingOperation
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TBindingOperation extends TExtensibleDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tBindingOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBindingOperation"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented"> <sequence> <element name="input" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationMessage" minOccurs="0"/> <element name="output" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationMessage" minOccurs="0"/> <element name="fault" type="{http://schemas.xmlsoap.org/wsdl/}tBindingOperationFault" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TBindingOperationFault>faultprotected TBindingOperationMessageinputprotected Stringnameprotected TBindingOperationMessageoutput-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
any
-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TBindingOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)List<TBindingOperationFault>getFault()Gets the value of the fault property.TBindingOperationMessagegetInput()Ruft den Wert der input-Eigenschaft ab.StringgetName()Ruft den Wert der name-Eigenschaft ab.TBindingOperationMessagegetOutput()Ruft den Wert der output-Eigenschaft ab.inthashCode()voidsetFault(List<TBindingOperationFault> value)voidsetInput(TBindingOperationMessage value)Legt den Wert der input-Eigenschaft fest.voidsetName(String value)Legt den Wert der name-Eigenschaft fest.voidsetOutput(TBindingOperationMessage value)Legt den Wert der output-Eigenschaft fest.StringtoString()-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
getAny, setAny
-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
getDocumentation, setDocumentation
-
-
-
-
Field Detail
-
input
protected TBindingOperationMessage input
-
output
protected TBindingOperationMessage output
-
fault
protected List<TBindingOperationFault> fault
-
name
protected String name
-
-
Method Detail
-
getInput
public TBindingOperationMessage getInput()
Ruft den Wert der input-Eigenschaft ab.- Returns:
- possible object is
TBindingOperationMessage
-
setInput
public void setInput(TBindingOperationMessage value)
Legt den Wert der input-Eigenschaft fest.- Parameters:
value- allowed object isTBindingOperationMessage
-
getOutput
public TBindingOperationMessage getOutput()
Ruft den Wert der output-Eigenschaft ab.- Returns:
- possible object is
TBindingOperationMessage
-
setOutput
public void setOutput(TBindingOperationMessage value)
Legt den Wert der output-Eigenschaft fest.- Parameters:
value- allowed object isTBindingOperationMessage
-
getFault
public List<TBindingOperationFault> getFault()
Gets the value of the fault property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the fault property.For example, to add a new item, do as follows:
getFault().add(newItem);Objects of the following type(s) are allowed in the list
TBindingOperationFault
-
getName
public String getName()
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Legt den Wert der name-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setFault
public void setFault(List<TBindingOperationFault> value)
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTExtensibleDocumented
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTExtensibleDocumented
-
toString
public String toString()
- Overrides:
toStringin classTExtensibleDocumented
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classTExtensibleDocumented
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classTExtensibleDocumented
-
-