@Contract @Hk2XmlPreGenerate public interface 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" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 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, setIdgetOtherAttributes, setOtherAttributesLocalSimpleType getSimpleType()
LocalSimpleTypevoid setSimpleType(LocalSimpleType value)
value - allowed object is
LocalSimpleTypeQName getItemType()
QNameCopyright © 2009–2019 Oracle Corporation. All rights reserved.