org.spase.parser121
Class ResourceHeader

java.lang.Object
  extended by org.spase.parser121.ResourceHeader

public class ResourceHeader
extends java.lang.Object

Attributes of a resource which pertain to the provider of the resource and descriptive information about the resource.

Java class for ResourceHeader complex type.

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

 <complexType name="ResourceHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}ResourceName"/>
         <element ref="{http://www.spase-group.org/data/schema}AlternateName" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ReleaseDate"/>
         <element ref="{http://www.spase-group.org/data/schema}ExpirationDate" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Description"/>
         <element ref="{http://www.spase-group.org/data/schema}Acknowledgement" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Contact" maxOccurs="unbounded"/>
         <element ref="{http://www.spase-group.org/data/schema}InformationURL" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}AssociationID" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}PriorID" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String acknowledgement
           
protected  java.util.List<java.lang.String> alternateName
           
protected  java.util.List<java.lang.String> associationID
           
protected  java.util.List<Contact> contact
           
protected  java.lang.String description
           
protected  javax.xml.datatype.XMLGregorianCalendar expirationDate
           
protected  java.util.List<InformationURL> informationURL
           
protected  java.util.List<java.lang.String> priorID
           
protected  javax.xml.datatype.XMLGregorianCalendar releaseDate
           
protected  java.lang.String resourceName
           
 
Constructor Summary
ResourceHeader()
           
 
Method Summary
 java.lang.String getAcknowledgement()
          Gets the value of the acknowledgement property.
 java.util.List<java.lang.String> getAlternateName()
          Gets the value of the alternateName property.
 java.util.List<java.lang.String> getAssociationID()
          Gets the value of the associationID property.
 java.util.List<Contact> getContact()
          Gets the value of the contact property.
 java.lang.String getDescription()
          Gets the value of the description property.
 javax.xml.datatype.XMLGregorianCalendar getExpirationDate()
          Gets the value of the expirationDate property.
 java.util.List<InformationURL> getInformationURL()
          Gets the value of the informationURL property.
 java.util.List<java.lang.String> getPriorID()
          Gets the value of the priorID property.
 javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
          Gets the value of the releaseDate property.
 java.lang.String getResourceName()
          Gets the value of the resourceName property.
 void setAcknowledgement(java.lang.String value)
          Sets the value of the acknowledgement property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the expirationDate property.
 void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the releaseDate property.
 void setResourceName(java.lang.String value)
          Sets the value of the resourceName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceName

protected java.lang.String resourceName

alternateName

protected java.util.List<java.lang.String> alternateName

releaseDate

protected javax.xml.datatype.XMLGregorianCalendar releaseDate

expirationDate

protected javax.xml.datatype.XMLGregorianCalendar expirationDate

description

protected java.lang.String description

acknowledgement

protected java.lang.String acknowledgement

contact

protected java.util.List<Contact> contact

informationURL

protected java.util.List<InformationURL> informationURL

associationID

protected java.util.List<java.lang.String> associationID

priorID

protected java.util.List<java.lang.String> priorID
Constructor Detail

ResourceHeader

public ResourceHeader()
Method Detail

getResourceName

public java.lang.String getResourceName()
Gets the value of the resourceName property.

Returns:
possible object is String

setResourceName

public void setResourceName(java.lang.String value)
Sets the value of the resourceName property.

Parameters:
value - allowed object is String

getAlternateName

public java.util.List<java.lang.String> getAlternateName()
Gets the value of the alternateName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the alternateName property.

For example, to add a new item, do as follows:

    getAlternateName().add(newItem);
 

Objects of the following type(s) are allowed in the list 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

getExpirationDate

public javax.xml.datatype.XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.

Returns:
possible object is XMLGregorianCalendar

setExpirationDate

public void setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getAcknowledgement

public java.lang.String getAcknowledgement()
Gets the value of the acknowledgement property.

Returns:
possible object is String

setAcknowledgement

public void setAcknowledgement(java.lang.String value)
Sets the value of the acknowledgement property.

Parameters:
value - allowed object is String

getContact

public java.util.List<Contact> getContact()
Gets the value of the contact property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contact property.

For example, to add a new item, do as follows:

    getContact().add(newItem);
 

Objects of the following type(s) are allowed in the list Contact


getInformationURL

public java.util.List<InformationURL> getInformationURL()
Gets the value of the informationURL property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the informationURL property.

For example, to add a new item, do as follows:

    getInformationURL().add(newItem);
 

Objects of the following type(s) are allowed in the list InformationURL


getAssociationID

public java.util.List<java.lang.String> getAssociationID()
Gets the value of the associationID property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the associationID property.

For example, to add a new item, do as follows:

    getAssociationID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPriorID

public java.util.List<java.lang.String> getPriorID()
Gets the value of the priorID property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the priorID property.

For example, to add a new item, do as follows:

    getPriorID().add(newItem);
 

Objects of the following type(s) are allowed in the list String