public static class MzData.Description extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{}adminType"/>
<element name="instrument" type="{}instrumentDescriptionType"/>
<element name="dataProcessing" type="{}dataProcessingType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MzData.Description() |
| Modifier and Type | Method and Description |
|---|---|
AdminType |
getAdmin()
Gets the value of the admin property.
|
DataProcessingType |
getDataProcessing()
Gets the value of the dataProcessing property.
|
InstrumentDescriptionType |
getInstrument()
Gets the value of the instrument property.
|
void |
setAdmin(AdminType value)
Sets the value of the admin property.
|
void |
setDataProcessing(DataProcessingType value)
Sets the value of the dataProcessing property.
|
void |
setInstrument(InstrumentDescriptionType value)
Sets the value of the instrument property.
|
public AdminType getAdmin()
AdminTypepublic DataProcessingType getDataProcessing()
DataProcessingTypepublic InstrumentDescriptionType getInstrument()
InstrumentDescriptionTypepublic void setAdmin(AdminType value)
value - allowed object is AdminTypepublic void setDataProcessing(DataProcessingType value)
value - allowed object is DataProcessingTypepublic void setInstrument(InstrumentDescriptionType value)
value - allowed object is InstrumentDescriptionTypeCopyright © 2007-2013. All Rights Reserved.