org.spase.parser110
Class Granule

java.lang.Object
  extended by org.spase.parser110.Granule

public class Granule
extends java.lang.Object

An accessible portion of another resource. The ParentID of a Granule resource must be a NumericalData resource. The attributes of a Granule supersede the corresponding attributes in the NumericalData resource.

Java class for Granule complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Granule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}ResourceID"/>
         <element ref="{http://www.spase-group.org/data/schema}ReleaseDate"/>
         <element ref="{http://www.spase-group.org/data/schema}ParentID"/>
         <element ref="{http://www.spase-group.org/data/schema}URL"/>
         <element ref="{http://www.spase-group.org/data/schema}StartDate"/>
         <element ref="{http://www.spase-group.org/data/schema}StopDate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String parentID
           
protected  javax.xml.datatype.XMLGregorianCalendar releaseDate
           
protected  java.lang.String resourceID
           
protected  javax.xml.datatype.XMLGregorianCalendar startDate
           
protected  java.lang.String stopDate
           
protected  java.lang.String url
           
 
Constructor Summary
Granule()
           
 
Method Summary
 java.lang.String getParentID()
          Gets the value of the parentID property.
 javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
          Gets the value of the releaseDate property.
 java.lang.String getResourceID()
          Gets the value of the resourceID property.
 javax.xml.datatype.XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 java.lang.String getStopDate()
          Gets the value of the stopDate property.
 java.lang.String getURL()
          Gets the value of the url property.
 void setParentID(java.lang.String value)
          Sets the value of the parentID property.
 void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the releaseDate property.
 void setResourceID(java.lang.String value)
          Sets the value of the resourceID property.
 void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setStopDate(java.lang.String value)
          Sets the value of the stopDate property.
 void setURL(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceID

protected java.lang.String resourceID

releaseDate

protected javax.xml.datatype.XMLGregorianCalendar releaseDate

parentID

protected java.lang.String parentID

url

protected java.lang.String url

startDate

protected javax.xml.datatype.XMLGregorianCalendar startDate

stopDate

protected java.lang.String stopDate
Constructor Detail

Granule

public Granule()
Method Detail

getResourceID

public java.lang.String getResourceID()
Gets the value of the resourceID property.

Returns:
possible object is String

setResourceID

public void setResourceID(java.lang.String value)
Sets the value of the resourceID property.

Parameters:
value - allowed object is String

getReleaseDate

public javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
Gets the value of the releaseDate property.

Returns:
possible object is XMLGregorianCalendar

setReleaseDate

public void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the releaseDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getParentID

public java.lang.String getParentID()
Gets the value of the parentID property.

Returns:
possible object is String

setParentID

public void setParentID(java.lang.String value)
Sets the value of the parentID property.

Parameters:
value - allowed object is String

getURL

public java.lang.String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getStartDate

public javax.xml.datatype.XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getStopDate

public java.lang.String getStopDate()
Gets the value of the stopDate property.

Returns:
possible object is String

setStopDate

public void setStopDate(java.lang.String value)
Sets the value of the stopDate property.

Parameters:
value - allowed object is String