public class TImport extends TExtensibleAttributesDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tImport">
<xs:complexContent>
<xs:extension base="ns:tExtensibleAttributesDocumented">
<xs:attribute type="xs:string" use="required" name="namespace"/>
<xs:attribute type="xs:string" use="required" name="location"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TImport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Get the 'location' attribute value.
|
String |
getNamespace()
Get the 'namespace' attribute value.
|
void |
setLocation(String location)
Set the 'location' attribute value.
|
void |
setNamespace(String namespace)
Set the 'namespace' attribute value.
|
getDocumentation, setDocumentationpublic String getNamespace()
public void setNamespace(String namespace)
namespace - public String getLocation()
public void setLocation(String location)
location - Copyright © 2015 Europeana Foundation. All rights reserved.