Package org.somda.sdc.dpws.wsdl.model
Class TExtensibleDocumented
java.lang.Object
org.somda.sdc.dpws.wsdl.model.TDocumented
org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
TBinding,TBindingOperation,TBindingOperationFault,TBindingOperationMessage,TDefinitions,TMessage,TOperation,TPort,TService,TTypes
public abstract class TExtensibleDocumented
extends TDocumented
implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString
Java class for tExtensibleDocumented complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensibleDocumented">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
<sequence>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleangetAny()Gets the value of the any property.inthashCode()voidtoString()Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
createNewInstance, getDocumentation, setDocumentationMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jvnet.jaxb.lang.CopyTo
createNewInstance
-
Field Details
-
any
-
-
Constructor Details
-
TExtensibleDocumented
public TExtensibleDocumented()
-
-
Method Details
-
getAny
Gets the value of the any 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 any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectElement- Returns:
- The value of the any property.
-
setAny
-
equals
- Overrides:
equalsin classTDocumented
-
hashCode
public int hashCode()- Overrides:
hashCodein classTDocumented
-
toString
- Overrides:
toStringin classTDocumented
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classTDocumented
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classTDocumented
-
clone
- Overrides:
clonein classTDocumented
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTDocumented
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classTDocumented
-