Package org.somda.sdc.dpws.wsdl.model
Class TExtensibleAttributesDocumented
java.lang.Object
org.somda.sdc.dpws.wsdl.model.TDocumented
org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public abstract class TExtensibleAttributesDocumented
extends TDocumented
implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.ToString
Java class for tExtensibleAttributesDocumented complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensibleAttributesDocumented">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tDocumented">
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields 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) booleanGets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()toString()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
-
Constructor Details
-
TExtensibleAttributesDocumented
public TExtensibleAttributesDocumented()
-
-
Method Details
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
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
-