@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, setId
getOtherAttributes, setOtherAttributes
LocalSimpleType getSimpleType()
LocalSimpleType
void setSimpleType(LocalSimpleType value)
value
- allowed object is
LocalSimpleType
QName getItemType()
QName
Copyright © 2009–2023 Oracle Corporation. All rights reserved.