easybox.org.xmlsoap.schemas.wsdl
Class EJaxbTImport
java.lang.Object
com.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.xmlsoap.schemas.wsdl.EJaxbTDocumented
easybox.org.xmlsoap.schemas.wsdl.EJaxbTExtensibleAttributesDocumented
easybox.org.xmlsoap.schemas.wsdl.EJaxbTImport
- All Implemented Interfaces:
- com.ebmwebsourcing.easybox.api.ModelObject
public class EJaxbTImport
- extends EJaxbTExtensibleAttributesDocumented
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 |
protected java.lang.String |
location
|
protected java.lang.String |
namespace
|
|
Method Summary |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
boolean |
isSetLocation()
|
boolean |
isSetNamespace()
|
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setNamespace(java.lang.String value)
Sets the value of the namespace property. |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
namespace
protected java.lang.String namespace
location
protected java.lang.String location
EJaxbTImport
public EJaxbTImport()
getNamespace
public java.lang.String getNamespace()
- Gets the value of the namespace property.
- Returns:
- possible object is
String
setNamespace
public void setNamespace(java.lang.String value)
- Sets the value of the namespace property.
- Parameters:
value - allowed object is
String
isSetNamespace
public boolean isSetNamespace()
getLocation
public java.lang.String getLocation()
- Gets the value of the location property.
- Returns:
- possible object is
String
setLocation
public void setLocation(java.lang.String value)
- Sets the value of the location property.
- Parameters:
value - allowed object is
String
isSetLocation
public boolean isSetLocation()
Copyright © 2011 Petals Link. All Rights Reserved.