|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.Granule
public class Granule
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 |
|---|
protected java.lang.String resourceID
protected javax.xml.datatype.XMLGregorianCalendar releaseDate
protected java.lang.String parentID
protected java.lang.String url
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected java.lang.String stopDate
| Constructor Detail |
|---|
public Granule()
| Method Detail |
|---|
public java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getParentID()
Stringpublic void setParentID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getStopDate()
Stringpublic void setStopDate(java.lang.String value)
value - allowed object is
String
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||