org.spase.parser134
Class Source

java.lang.Object
  extended by org.spase.parser134.Source

public class Source
extends java.lang.Object

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

sourceType

protected EnumSourceType sourceType

url

protected java.lang.String url

mirrorURL

protected java.util.List<java.lang.String> mirrorURL

checksum

protected Checksum checksum

dataExtent

protected DataExtent dataExtent
Constructor Detail

Source

public Source()
Method Detail

getSourceType

public EnumSourceType getSourceType()
Gets the value of the sourceType property.

Returns:
possible object is EnumSourceType

setSourceType

public void setSourceType(EnumSourceType value)
Sets the value of the sourceType property.

Parameters:
value - allowed object is EnumSourceType

getURL

public java.lang.String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getMirrorURL

public java.util.List<java.lang.String> getMirrorURL()
Gets the value of the mirrorURL 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 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


getChecksum

public Checksum getChecksum()
Gets the value of the checksum property.

Returns:
possible object is Checksum

setChecksum

public void setChecksum(Checksum value)
Sets the value of the checksum property.

Parameters:
value - allowed object is Checksum

getDataExtent

public DataExtent getDataExtent()
Gets the value of the dataExtent property.

Returns:
possible object is DataExtent

setDataExtent

public void setDataExtent(DataExtent value)
Sets the value of the dataExtent property.

Parameters:
value - allowed object is DataExtent