Package org.somda.sdc.dpws.wsdl.model
Class TDefinitions
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
-
- org.somda.sdc.dpws.wsdl.model.TDefinitions
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TDefinitions extends TExtensibleDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tDefinitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDefinitions"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented"> <sequence> <group ref="{http://schemas.xmlsoap.org/wsdl/}anyTopLevelOptionalElement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TDocumented>anyTopLevelOptionalElementprotected Stringnameprotected StringtargetNamespace-
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 TDefinitions()
-
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<TDocumented>getAnyTopLevelOptionalElement()Gets the value of the anyTopLevelOptionalElement property.StringgetName()Ruft den Wert der name-Eigenschaft ab.StringgetTargetNamespace()Ruft den Wert der targetNamespace-Eigenschaft ab.inthashCode()voidsetAnyTopLevelOptionalElement(List<TDocumented> value)voidsetName(String value)Legt den Wert der name-Eigenschaft fest.voidsetTargetNamespace(String value)Legt den Wert der targetNamespace-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
-
anyTopLevelOptionalElement
protected List<TDocumented> anyTopLevelOptionalElement
-
targetNamespace
protected String targetNamespace
-
name
protected String name
-
-
Method Detail
-
getAnyTopLevelOptionalElement
public List<TDocumented> getAnyTopLevelOptionalElement()
Gets the value of the anyTopLevelOptionalElement 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 anyTopLevelOptionalElement property.For example, to add a new item, do as follows:
getAnyTopLevelOptionalElement().add(newItem);Objects of the following type(s) are allowed in the list
TImportTTypesTMessageTPortTypeTBindingTService
-
getTargetNamespace
public String getTargetNamespace()
Ruft den Wert der targetNamespace-Eigenschaft ab.- Returns:
- possible object is
String
-
setTargetNamespace
public void setTargetNamespace(String value)
Legt den Wert der targetNamespace-Eigenschaft fest.- Parameters:
value- allowed object isString
-
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
-
setAnyTopLevelOptionalElement
public void setAnyTopLevelOptionalElement(List<TDocumented> 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
-
-