|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.ResourceHeader
public class ResourceHeader
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 |
|---|
protected java.lang.String resourceName
protected java.util.List<java.lang.String> alternateName
protected javax.xml.datatype.XMLGregorianCalendar releaseDate
protected java.lang.String description
protected java.lang.String acknowledgement
protected Contact contact
protected java.util.List<InformationURL> informationURL
protected java.util.List<java.lang.String> associationID
| Constructor Detail |
|---|
public ResourceHeader()
| Method Detail |
|---|
public java.lang.String getResourceName()
Stringpublic void setResourceName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getAlternateName()
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
public javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAcknowledgement()
Stringpublic void setAcknowledgement(java.lang.String value)
value - allowed object is
Stringpublic Contact getContact()
Contactpublic void setContact(Contact value)
value - allowed object is
Contactpublic java.util.List<InformationURL> getInformationURL()
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
public java.util.List<java.lang.String> getAssociationID()
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||