public class TDefinitions extends TExtensibleDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tDefinitions">
<xs:complexContent>
<xs:extension base="ns:tExtensibleDocumented">
<xs:sequence>
<xs:group ref="ns:anyTopLevelOptionalElement" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="targetNamespace"/>
<xs:attribute type="xs:string" use="optional" name="name"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
List<AnyTopLevelOptionalElement> |
getAnyTopLevelOptionalElementList()
Get the list of 'anyTopLevelOptionalElement' group items.
|
String |
getName()
Get the 'name' attribute value.
|
String |
getTargetNamespace()
Get the 'targetNamespace' attribute value.
|
void |
setAnyTopLevelOptionalElementList(List<AnyTopLevelOptionalElement> list)
Set the list of 'anyTopLevelOptionalElement' group items.
|
void |
setName(String name)
Set the 'name' attribute value.
|
void |
setTargetNamespace(String targetNamespace)
Set the 'targetNamespace' attribute value.
|
getAnyList, setAnyListgetDocumentation, setDocumentationpublic List<AnyTopLevelOptionalElement> getAnyTopLevelOptionalElementList()
public void setAnyTopLevelOptionalElementList(List<AnyTopLevelOptionalElement> list)
list - public String getTargetNamespace()
public void setTargetNamespace(String targetNamespace)
targetNamespace - public String getName()
public void setName(String name)
name - Copyright © 2015 Europeana Foundation. All rights reserved.