public class DescriptionType 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 DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/ns/wsdl}import"/>
<element ref="{http://www.w3.org/ns/wsdl}include"/>
<element ref="{http://www.w3.org/ns/wsdl}types"/>
<element ref="{http://www.w3.org/ns/wsdl}interface"/>
<element ref="{http://www.w3.org/ns/wsdl}binding"/>
<element ref="{http://www.w3.org/ns/wsdl}service"/>
<any processContents='lax' namespace='##other'/>
</choice>
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ImportType> |
_import |
protected java.util.List<InterfaceType> |
_interface |
protected java.util.List<BindingType> |
binding |
protected java.util.List<IncludeType> |
include |
protected java.util.List<ServiceType> |
service |
protected java.lang.String |
targetNamespace |
protected java.util.List<TypesType> |
types |
documentation| Constructor and Description |
|---|
DescriptionType() |
| 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<BindingType> |
getBinding()
Gets the value of the binding property.
|
java.util.List<ImportType> |
getImport()
Gets the value of the import property.
|
java.util.List<IncludeType> |
getInclude()
Gets the value of the include property.
|
java.util.List<InterfaceType> |
getInterface()
Gets the value of the interface property.
|
java.util.List<ServiceType> |
getService()
Gets the value of the service property.
|
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
java.util.List<TypesType> |
getTypes()
Gets the value of the types property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetTargetNamespace() |
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 |
setBinding(java.util.List<BindingType> value) |
void |
setImport(java.util.List<ImportType> value) |
void |
setInclude(java.util.List<IncludeType> value) |
void |
setInterface(java.util.List<InterfaceType> value) |
void |
setService(java.util.List<ServiceType> value) |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.
|
void |
setTypes(java.util.List<TypesType> value) |
java.lang.String |
toString() |
DescriptionType |
withBinding(BindingType... values) |
DescriptionType |
withBinding(java.util.Collection<BindingType> values) |
DescriptionType |
withBinding(java.util.List<BindingType> value) |
DescriptionType |
withDocumentation(java.util.Collection<DocumentationType> values) |
DescriptionType |
withDocumentation(DocumentationType... values) |
DescriptionType |
withDocumentation(java.util.List<DocumentationType> value) |
DescriptionType |
withImport(java.util.Collection<ImportType> values) |
DescriptionType |
withImport(ImportType... values) |
DescriptionType |
withImport(java.util.List<ImportType> value) |
DescriptionType |
withInclude(java.util.Collection<IncludeType> values) |
DescriptionType |
withInclude(IncludeType... values) |
DescriptionType |
withInclude(java.util.List<IncludeType> value) |
DescriptionType |
withInterface(java.util.Collection<InterfaceType> values) |
DescriptionType |
withInterface(InterfaceType... values) |
DescriptionType |
withInterface(java.util.List<InterfaceType> value) |
DescriptionType |
withService(java.util.Collection<ServiceType> values) |
DescriptionType |
withService(java.util.List<ServiceType> value) |
DescriptionType |
withService(ServiceType... values) |
DescriptionType |
withTargetNamespace(java.lang.String value) |
DescriptionType |
withTypes(java.util.Collection<TypesType> values) |
DescriptionType |
withTypes(java.util.List<TypesType> value) |
DescriptionType |
withTypes(TypesType... values) |
getOtherAttributesgetDocumentation, isSetDocumentation, setDocumentation, unsetDocumentationprotected java.util.List<ImportType> _import
protected java.util.List<IncludeType> include
protected java.util.List<TypesType> types
protected java.util.List<InterfaceType> _interface
protected java.util.List<BindingType> binding
protected java.util.List<ServiceType> service
protected java.lang.String targetNamespace
public java.util.List<ImportType> getImport()
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 import property.
For example, to add a new item, do as follows:
getImport().add(newItem);
Objects of the following type(s) are allowed in the list
ImportType
public java.util.List<IncludeType> getInclude()
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 include property.
For example, to add a new item, do as follows:
getInclude().add(newItem);
Objects of the following type(s) are allowed in the list
IncludeType
public java.util.List<TypesType> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
TypesType
public java.util.List<InterfaceType> getInterface()
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 interface property.
For example, to add a new item, do as follows:
getInterface().add(newItem);
Objects of the following type(s) are allowed in the list
InterfaceType
public java.util.List<BindingType> getBinding()
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 binding property.
For example, to add a new item, do as follows:
getBinding().add(newItem);
Objects of the following type(s) are allowed in the list
BindingType
public java.util.List<ServiceType> getService()
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 service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceType
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()
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 setImport(java.util.List<ImportType> value)
public void setInclude(java.util.List<IncludeType> value)
public void setTypes(java.util.List<TypesType> value)
public void setInterface(java.util.List<InterfaceType> value)
public void setBinding(java.util.List<BindingType> value)
public void setService(java.util.List<ServiceType> value)
public DescriptionType withImport(ImportType... values)
public DescriptionType withImport(java.util.Collection<ImportType> values)
public DescriptionType withInclude(IncludeType... values)
public DescriptionType withInclude(java.util.Collection<IncludeType> values)
public DescriptionType withTypes(TypesType... values)
public DescriptionType withTypes(java.util.Collection<TypesType> values)
public DescriptionType withInterface(InterfaceType... values)
public DescriptionType withInterface(java.util.Collection<InterfaceType> values)
public DescriptionType withBinding(BindingType... values)
public DescriptionType withBinding(java.util.Collection<BindingType> values)
public DescriptionType withService(ServiceType... values)
public DescriptionType withService(java.util.Collection<ServiceType> values)
public DescriptionType withTargetNamespace(java.lang.String value)
public DescriptionType withImport(java.util.List<ImportType> value)
public DescriptionType withInclude(java.util.List<IncludeType> value)
public DescriptionType withTypes(java.util.List<TypesType> value)
public DescriptionType withInterface(java.util.List<InterfaceType> value)
public DescriptionType withBinding(java.util.List<BindingType> value)
public DescriptionType withService(java.util.List<ServiceType> value)
public DescriptionType withDocumentation(DocumentationType... values)
withDocumentation in class ExtensibleDocumentedTypepublic DescriptionType withDocumentation(java.util.Collection<DocumentationType> values)
withDocumentation in class ExtensibleDocumentedTypepublic DescriptionType withDocumentation(java.util.List<DocumentationType> value)
withDocumentation in class ExtensibleDocumentedTypeCopyright © 2014-2022. All Rights Reserved.