public abstract class TExtensibleDocumented extends TDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="tExtensibleDocumented">
<xs:complexContent>
<xs:extension base="ns:tDocumented">
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TExtensibleDocumented() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getAnyList()
Get the list of any items.
|
void |
setAnyList(List<Element> list)
Set the list of any items.
|
getDocumentation, setDocumentationCopyright © 2017 Europeana Foundation. All rights reserved.