|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.Registry
public class Registry
A location or facility where resources are cataloged.
Java class for Registry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Registry">
<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}ResourceHeader"/>
<element ref="{http://www.spase-group.org/data/schema}AccessURL"/>
<element ref="{http://www.spase-group.org/data/schema}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AccessURL |
accessURL
|
protected java.util.List<Extension> |
extension
|
protected ResourceHeader |
resourceHeader
|
protected java.lang.String |
resourceID
|
| Constructor Summary | |
|---|---|
Registry()
|
|
| Method Summary | |
|---|---|
AccessURL |
getAccessURL()
Gets the value of the accessURL property. |
java.util.List<Extension> |
getExtension()
Gets the value of the extension property. |
ResourceHeader |
getResourceHeader()
Gets the value of the resourceHeader property. |
java.lang.String |
getResourceID()
Gets the value of the resourceID property. |
void |
setAccessURL(AccessURL value)
Sets the value of the accessURL property. |
void |
setResourceHeader(ResourceHeader value)
Sets the value of the resourceHeader property. |
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID 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 ResourceHeader resourceHeader
protected AccessURL accessURL
protected java.util.List<Extension> extension
| Constructor Detail |
|---|
public Registry()
| Method Detail |
|---|
public java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic ResourceHeader getResourceHeader()
ResourceHeaderpublic void setResourceHeader(ResourceHeader value)
value - allowed object is
ResourceHeaderpublic AccessURL getAccessURL()
AccessURLpublic void setAccessURL(AccessURL value)
value - allowed object is
AccessURLpublic java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||