Package org.somda.sdc.dpws.wsdl.model
Class TImport
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
-
- org.somda.sdc.dpws.wsdl.model.TImport
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TImport extends TExtensibleAttributesDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tImport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tImport"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented"> <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringlocationprotected Stringnamespace-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TImport()
-
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)StringgetLocation()Gets the value of the location property.StringgetNamespace()Gets the value of the namespace property.voidsetLocation(String value)Sets the value of the location property.voidsetNamespace(String value)Sets the value of the namespace property.StringtoString()-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
getOtherAttributes
-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
getDocumentation, setDocumentation
-
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
toString
public String toString()
- Overrides:
toStringin classTExtensibleAttributesDocumented
-
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 classTExtensibleAttributesDocumented
-
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 classTExtensibleAttributesDocumented
-
-