public class BindingType extends ExtensibleDocumentedType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for BindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindingType">
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="operation" type="{http://www.w3.org/ns/wsdl}BindingOperationType"/>
<element name="fault" type="{http://www.w3.org/ns/wsdl}BindingFaultType"/>
<any processContents='lax' namespace='##other'/>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.namespace.QName |
_interface |
protected java.util.List<BindingFaultType> |
fault |
protected java.lang.String |
name |
protected java.util.List<BindingOperationType> |
operation |
protected java.lang.String |
type |
documentation| Constructor and Description |
|---|
BindingType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<BindingFaultType> |
getFault()
Gets the value of the fault property.
|
javax.xml.namespace.QName |
getInterface()
Gets the value of the interface property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<BindingOperationType> |
getOperation()
Gets the value of the operation property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetInterface() |
boolean |
isSetName() |
boolean |
isSetType() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setFault(java.util.List<BindingFaultType> value) |
void |
setInterface(javax.xml.namespace.QName value)
Sets the value of the interface property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOperation(java.util.List<BindingOperationType> value) |
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String |
toString() |
BindingType |
withDocumentation(java.util.Collection<DocumentationType> values) |
BindingType |
withDocumentation(DocumentationType... values) |
BindingType |
withDocumentation(java.util.List<DocumentationType> value) |
BindingType |
withFault(BindingFaultType... values) |
BindingType |
withFault(java.util.Collection<BindingFaultType> values) |
BindingType |
withFault(java.util.List<BindingFaultType> value) |
BindingType |
withInterface(javax.xml.namespace.QName value) |
BindingType |
withName(java.lang.String value) |
BindingType |
withOperation(BindingOperationType... values) |
BindingType |
withOperation(java.util.Collection<BindingOperationType> values) |
BindingType |
withOperation(java.util.List<BindingOperationType> value) |
BindingType |
withType(java.lang.String value) |
getOtherAttributesgetDocumentation, isSetDocumentation, setDocumentation, unsetDocumentationprotected java.util.List<BindingOperationType> operation
protected java.util.List<BindingFaultType> fault
protected java.lang.String name
protected java.lang.String type
protected javax.xml.namespace.QName _interface
public java.util.List<BindingOperationType> getOperation()
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 set method for the operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
BindingOperationType
public java.util.List<BindingFaultType> getFault()
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 set method 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
BindingFaultType
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetType()
public javax.xml.namespace.QName getInterface()
QNamepublic void setInterface(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetInterface()
public java.lang.String toString()
toString in class ExtensibleDocumentedTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class ExtensibleDocumentedTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class ExtensibleDocumentedTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ExtensibleDocumentedTypepublic boolean equals(java.lang.Object object)
equals in class ExtensibleDocumentedTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ExtensibleDocumentedTypepublic int hashCode()
hashCode in class ExtensibleDocumentedTypepublic java.lang.Object clone()
clone in class ExtensibleDocumentedTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ExtensibleDocumentedTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ExtensibleDocumentedTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DocumentedTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ExtensibleDocumentedTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ExtensibleDocumentedTypepublic void setOperation(java.util.List<BindingOperationType> value)
public void setFault(java.util.List<BindingFaultType> value)
public BindingType withOperation(BindingOperationType... values)
public BindingType withOperation(java.util.Collection<BindingOperationType> values)
public BindingType withFault(BindingFaultType... values)
public BindingType withFault(java.util.Collection<BindingFaultType> values)
public BindingType withName(java.lang.String value)
public BindingType withType(java.lang.String value)
public BindingType withInterface(javax.xml.namespace.QName value)
public BindingType withOperation(java.util.List<BindingOperationType> value)
public BindingType withFault(java.util.List<BindingFaultType> value)
public BindingType withDocumentation(DocumentationType... values)
withDocumentation in class ExtensibleDocumentedTypepublic BindingType withDocumentation(java.util.Collection<DocumentationType> values)
withDocumentation in class ExtensibleDocumentedTypepublic BindingType withDocumentation(java.util.List<DocumentationType> value)
withDocumentation in class ExtensibleDocumentedTypeCopyright © 2014-2022. All Rights Reserved.