|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Source
public class Source
The location and attributes of an object.
Java class for Source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Source">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}SourceType"/>
<element ref="{http://www.spase-group.org/data/schema}URL"/>
<element ref="{http://www.spase-group.org/data/schema}MirrorURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Checksum" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}DataExtent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Checksum |
checksum
|
protected DataExtent |
dataExtent
|
protected java.util.List<java.lang.String> |
mirrorURL
|
protected EnumSourceType |
sourceType
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
Source()
|
|
| Method Summary | |
|---|---|
Checksum |
getChecksum()
Gets the value of the checksum property. |
DataExtent |
getDataExtent()
Gets the value of the dataExtent property. |
java.util.List<java.lang.String> |
getMirrorURL()
Gets the value of the mirrorURL property. |
EnumSourceType |
getSourceType()
Gets the value of the sourceType property. |
java.lang.String |
getURL()
Gets the value of the url property. |
void |
setChecksum(Checksum value)
Sets the value of the checksum property. |
void |
setDataExtent(DataExtent value)
Sets the value of the dataExtent property. |
void |
setSourceType(EnumSourceType value)
Sets the value of the sourceType property. |
void |
setURL(java.lang.String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnumSourceType sourceType
protected java.lang.String url
protected java.util.List<java.lang.String> mirrorURL
protected Checksum checksum
protected DataExtent dataExtent
| Constructor Detail |
|---|
public Source()
| Method Detail |
|---|
public EnumSourceType getSourceType()
EnumSourceTypepublic void setSourceType(EnumSourceType value)
value - allowed object is
EnumSourceTypepublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getMirrorURL()
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 mirrorURL property.
For example, to add a new item, do as follows:
getMirrorURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Checksum getChecksum()
Checksumpublic void setChecksum(Checksum value)
value - allowed object is
Checksumpublic DataExtent getDataExtent()
DataExtentpublic void setDataExtent(DataExtent value)
value - allowed object is
DataExtent
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||