|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SpectradatabaseType.TypeType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reference" type="{}referenceType"/> <element name="spectra" type="{}spectraType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
SpectradatabaseType.TypeType.SourceType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
String |
getName()
|
List |
getSource()
Gets the value of the Source property. |
void |
setName(String value)
|
Method Detail |
---|
List getSource()
getSource().add(newItem);Objects of the following type(s) are allowed in the list
SpectradatabaseType.TypeType.SourceType
String getName()
String
void setName(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |