cfa.vo.sed.io.jaxb
Interface CurationType

All Superinterfaces:
Group
All Known Implementing Classes:
CurationTypeImpl

public interface CurationType
extends Group

Java content class for curationType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 286)

 <complexType name="curationType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="Publisher" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="PublisherID" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Reference" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Version" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Contact" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}contactType" minOccurs="0"/>
         <element name="Rights" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Date" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}dateParamType" minOccurs="0"/>
         <element name="PublisherDID" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 ContactType getContact()
          Gets the value of the contact property.
 DateParamType getDate()
          Gets the value of the date property.
 TextParamType getPublisher()
          Gets the value of the publisher property.
 TextParamType getPublisherDID()
          Gets the value of the publisherDID property.
 TextParamType getPublisherID()
          Gets the value of the publisherID property.
 TextParamType getReference()
          Gets the value of the reference property.
 TextParamType getRights()
          Gets the value of the rights property.
 TextParamType getVersion()
          Gets the value of the version property.
 boolean isSetContact()
           
 boolean isSetDate()
           
 boolean isSetPublisher()
           
 boolean isSetPublisherDID()
           
 boolean isSetPublisherID()
           
 boolean isSetReference()
           
 boolean isSetRights()
           
 boolean isSetVersion()
           
 void setContact(ContactType value)
          Sets the value of the contact property.
 void setDate(DateParamType value)
          Sets the value of the date property.
 void setPublisher(TextParamType value)
          Sets the value of the publisher property.
 void setPublisherDID(TextParamType value)
          Sets the value of the publisherDID property.
 void setPublisherID(TextParamType value)
          Sets the value of the publisherID property.
 void setReference(TextParamType value)
          Sets the value of the reference property.
 void setRights(TextParamType value)
          Sets the value of the rights property.
 void setVersion(TextParamType value)
          Sets the value of the version property.
 void unsetContact()
           
 void unsetDate()
           
 void unsetPublisher()
           
 void unsetPublisherDID()
           
 void unsetPublisherID()
           
 void unsetReference()
           
 void unsetRights()
           
 void unsetVersion()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getRights

TextParamType getRights()
Gets the value of the rights property.

Returns:
possible object is TextParamType

setRights

void setRights(TextParamType value)
Sets the value of the rights property.

Parameters:
value - allowed object is TextParamType

isSetRights

boolean isSetRights()

unsetRights

void unsetRights()

getPublisher

TextParamType getPublisher()
Gets the value of the publisher property.

Returns:
possible object is TextParamType

setPublisher

void setPublisher(TextParamType value)
Sets the value of the publisher property.

Parameters:
value - allowed object is TextParamType

isSetPublisher

boolean isSetPublisher()

unsetPublisher

void unsetPublisher()

getPublisherDID

TextParamType getPublisherDID()
Gets the value of the publisherDID property.

Returns:
possible object is TextParamType

setPublisherDID

void setPublisherDID(TextParamType value)
Sets the value of the publisherDID property.

Parameters:
value - allowed object is TextParamType

isSetPublisherDID

boolean isSetPublisherDID()

unsetPublisherDID

void unsetPublisherDID()

getContact

ContactType getContact()
Gets the value of the contact property.

Returns:
possible object is ContactType

setContact

void setContact(ContactType value)
Sets the value of the contact property.

Parameters:
value - allowed object is ContactType

isSetContact

boolean isSetContact()

unsetContact

void unsetContact()

getVersion

TextParamType getVersion()
Gets the value of the version property.

Returns:
possible object is TextParamType

setVersion

void setVersion(TextParamType value)
Sets the value of the version property.

Parameters:
value - allowed object is TextParamType

isSetVersion

boolean isSetVersion()

unsetVersion

void unsetVersion()

getPublisherID

TextParamType getPublisherID()
Gets the value of the publisherID property.

Returns:
possible object is TextParamType

setPublisherID

void setPublisherID(TextParamType value)
Sets the value of the publisherID property.

Parameters:
value - allowed object is TextParamType

isSetPublisherID

boolean isSetPublisherID()

unsetPublisherID

void unsetPublisherID()

getDate

DateParamType getDate()
Gets the value of the date property.

Returns:
possible object is DateParamType

setDate

void setDate(DateParamType value)
Sets the value of the date property.

Parameters:
value - allowed object is DateParamType

isSetDate

boolean isSetDate()

unsetDate

void unsetDate()

getReference

TextParamType getReference()
Gets the value of the reference property.

Returns:
possible object is TextParamType

setReference

void setReference(TextParamType value)
Sets the value of the reference property.

Parameters:
value - allowed object is TextParamType

isSetReference

boolean isSetReference()

unsetReference

void unsetReference()