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" /> <anyAttribute processContents='lax' namespace='##other'/> </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, setId
getOtherAttributes
protected LocalSimpleType simpleType
protected QName itemType
public LocalSimpleType getSimpleType()
LocalSimpleType
public void setSimpleType(LocalSimpleType value)
value
- allowed object is
LocalSimpleType
public QName getItemType()
QName
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.