org.spase.parser110
Class ResourceHeader

java.lang.Object
  extended by org.spase.parser110.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}Description"/>
         <element ref="{http://www.spase-group.org/data/schema}Acknowledgement" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Contact"/>
         <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"/>
       </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  Contact contact
           
protected  java.lang.String description
           
protected  java.util.List<InformationURL> informationURL
           
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.
 Contact getContact()
          Gets the value of the contact property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List<InformationURL> getInformationURL()
          Gets the value of the informationURL 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 setContact(Contact value)
          Sets the value of the contact property.
 void setDescription(java.lang.String value)
          Sets the value of the description 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

description

protected java.lang.String description

acknowledgement

protected java.lang.String acknowledgement

contact

protected Contact contact

informationURL

protected java.util.List<InformationURL> informationURL

associationID

protected java.util.List<java.lang.String> associationID
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

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 Contact getContact()
Gets the value of the contact property.

Returns:
possible object is Contact

setContact

public void setContact(Contact value)
Sets the value of the contact property.

Parameters:
value - allowed object is 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