|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.Preservation
public class Preservation
Java class for Preservation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preservation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isAppliedTo" minOccurs="0" form="qualified">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{gme://caCORE.caCORE/3.2/gov.nih.nci.cbm.domain.MarshallerModel}SpecimenCollectionSummary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="preservationType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="storageTemperatureInCentegrades" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Preservation.IsAppliedTo
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Integer |
id
|
protected Preservation.IsAppliedTo |
isAppliedTo
|
protected String |
preservationType
|
protected Integer |
storageTemperatureInCentegrades
|
| Constructor Summary | |
|---|---|
Preservation()
|
|
| Method Summary | |
|---|---|
Integer |
getId()
Gets the value of the id property. |
Preservation.IsAppliedTo |
getIsAppliedTo()
Gets the value of the isAppliedTo property. |
String |
getPreservationType()
Gets the value of the preservationType property. |
Integer |
getStorageTemperatureInCentegrades()
Gets the value of the storageTemperatureInCentegrades property. |
void |
setId(Integer value)
Sets the value of the id property. |
void |
setIsAppliedTo(Preservation.IsAppliedTo value)
Sets the value of the isAppliedTo property. |
void |
setPreservationType(String value)
Sets the value of the preservationType property. |
void |
setStorageTemperatureInCentegrades(Integer value)
Sets the value of the storageTemperatureInCentegrades property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Preservation.IsAppliedTo isAppliedTo
protected String preservationType
protected Integer storageTemperatureInCentegrades
protected Integer id
| Constructor Detail |
|---|
public Preservation()
| Method Detail |
|---|
public Preservation.IsAppliedTo getIsAppliedTo()
Preservation.IsAppliedTopublic void setIsAppliedTo(Preservation.IsAppliedTo value)
value - allowed object is
Preservation.IsAppliedTopublic String getPreservationType()
Stringpublic void setPreservationType(String value)
value - allowed object is
Stringpublic Integer getStorageTemperatureInCentegrades()
Integerpublic void setStorageTemperatureInCentegrades(Integer value)
value - allowed object is
Integerpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||