|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser120.AccessInformation
public class AccessInformation
Attributes of the resource which pertain to how to acquire the resource, availability and storage format.
Java class for AccessInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}RepositoryID"/>
<element ref="{http://www.spase-group.org/data/schema}Availability" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}AccessRights" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}AccessURL" maxOccurs="unbounded"/>
<element ref="{http://www.spase-group.org/data/schema}Format"/>
<element ref="{http://www.spase-group.org/data/schema}Encoding" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}DataExtent" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Acknowledgement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumAccessRights |
accessRights
|
protected java.util.List<AccessURL> |
accessURL
|
protected java.lang.String |
acknowledgement
|
protected EnumAvailability |
availability
|
protected DataExtent |
dataExtent
|
protected EnumEncoding |
encoding
|
protected EnumFormat |
format
|
protected java.lang.String |
repositoryID
|
| Constructor Summary | |
|---|---|
AccessInformation()
|
|
| Method Summary | |
|---|---|
EnumAccessRights |
getAccessRights()
Gets the value of the accessRights property. |
java.util.List<AccessURL> |
getAccessURL()
Gets the value of the accessURL property. |
java.lang.String |
getAcknowledgement()
Gets the value of the acknowledgement property. |
EnumAvailability |
getAvailability()
Gets the value of the availability property. |
DataExtent |
getDataExtent()
Gets the value of the dataExtent property. |
EnumEncoding |
getEncoding()
Gets the value of the encoding property. |
EnumFormat |
getFormat()
Gets the value of the format property. |
java.lang.String |
getRepositoryID()
Gets the value of the repositoryID property. |
void |
setAccessRights(EnumAccessRights value)
Sets the value of the accessRights property. |
void |
setAcknowledgement(java.lang.String value)
Sets the value of the acknowledgement property. |
void |
setAvailability(EnumAvailability value)
Sets the value of the availability property. |
void |
setDataExtent(DataExtent value)
Sets the value of the dataExtent property. |
void |
setEncoding(EnumEncoding value)
Sets the value of the encoding property. |
void |
setFormat(EnumFormat value)
Sets the value of the format property. |
void |
setRepositoryID(java.lang.String value)
Sets the value of the repositoryID 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 repositoryID
protected EnumAvailability availability
protected EnumAccessRights accessRights
protected java.util.List<AccessURL> accessURL
protected EnumFormat format
protected EnumEncoding encoding
protected DataExtent dataExtent
protected java.lang.String acknowledgement
| Constructor Detail |
|---|
public AccessInformation()
| Method Detail |
|---|
public java.lang.String getRepositoryID()
Stringpublic void setRepositoryID(java.lang.String value)
value - allowed object is
Stringpublic EnumAvailability getAvailability()
EnumAvailabilitypublic void setAvailability(EnumAvailability value)
value - allowed object is
EnumAvailabilitypublic EnumAccessRights getAccessRights()
EnumAccessRightspublic void setAccessRights(EnumAccessRights value)
value - allowed object is
EnumAccessRightspublic java.util.List<AccessURL> getAccessURL()
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 accessURL property.
For example, to add a new item, do as follows:
getAccessURL().add(newItem);
Objects of the following type(s) are allowed in the list
AccessURL
public EnumFormat getFormat()
EnumFormatpublic void setFormat(EnumFormat value)
value - allowed object is
EnumFormatpublic EnumEncoding getEncoding()
EnumEncodingpublic void setEncoding(EnumEncoding value)
value - allowed object is
EnumEncodingpublic DataExtent getDataExtent()
DataExtentpublic void setDataExtent(DataExtent value)
value - allowed object is
DataExtentpublic java.lang.String getAcknowledgement()
Stringpublic void setAcknowledgement(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 | |||||||