public class Preservation extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Preservation.IsAppliedTo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected Preservation.IsAppliedTo |
isAppliedTo |
protected String |
preservationType |
protected Integer |
storageTemperatureInCentegrades |
| Constructor and Description |
|---|
Preservation() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Preservation.IsAppliedTo isAppliedTo
protected String preservationType
protected Integer storageTemperatureInCentegrades
protected Integer id
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
IntegerCopyright © 2015. All Rights Reserved.