org.molgenis.jaxb
Class Preservation

java.lang.Object
  extended by org.molgenis.jaxb.Preservation

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>
 


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

isAppliedTo

protected Preservation.IsAppliedTo isAppliedTo

preservationType

protected String preservationType

storageTemperatureInCentegrades

protected Integer storageTemperatureInCentegrades

id

protected Integer id
Constructor Detail

Preservation

public Preservation()
Method Detail

getIsAppliedTo

public Preservation.IsAppliedTo getIsAppliedTo()
Gets the value of the isAppliedTo property.

Returns:
possible object is Preservation.IsAppliedTo

setIsAppliedTo

public void setIsAppliedTo(Preservation.IsAppliedTo value)
Sets the value of the isAppliedTo property.

Parameters:
value - allowed object is Preservation.IsAppliedTo

getPreservationType

public String getPreservationType()
Gets the value of the preservationType property.

Returns:
possible object is String

setPreservationType

public void setPreservationType(String value)
Sets the value of the preservationType property.

Parameters:
value - allowed object is String

getStorageTemperatureInCentegrades

public Integer getStorageTemperatureInCentegrades()
Gets the value of the storageTemperatureInCentegrades property.

Returns:
possible object is Integer

setStorageTemperatureInCentegrades

public void setStorageTemperatureInCentegrades(Integer value)
Sets the value of the storageTemperatureInCentegrades property.

Parameters:
value - allowed object is Integer

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.