public class List extends Annotated
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<sequence>
<element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}localSimpleType" minOccurs="0"/>
</sequence>
<attribute name="itemType" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
itemType |
protected LocalSimpleType |
simpleType |
annotation, id| Constructor and Description |
|---|
List() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getItemType()
Gets the value of the itemType property.
|
LocalSimpleType |
getSimpleType()
Gets the value of the simpleType property.
|
void |
setItemType(QName value)
Sets the value of the itemType property.
|
void |
setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected LocalSimpleType simpleType
protected QName itemType
public LocalSimpleType getSimpleType()
LocalSimpleTypepublic void setSimpleType(LocalSimpleType value)
value - allowed object is LocalSimpleTypepublic QName getItemType()
QNameCopyright © 2019. All rights reserved.