cfa.vo.sed.io.jaxb
Interface ContactType

All Superinterfaces:
Group
All Known Implementing Classes:
ContactTypeImpl

public interface ContactType
extends Group

Java content class for contactType 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 275)

 <complexType name="contactType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="Name" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Email" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 TextParamType getEmail()
          Gets the value of the email property.
 TextParamType getName()
          Gets the value of the name property.
 boolean isSetEmail()
           
 boolean isSetName()
           
 void setEmail(TextParamType value)
          Sets the value of the email property.
 void setName(TextParamType value)
          Sets the value of the name property.
 void unsetEmail()
           
 void unsetName()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getEmail

TextParamType getEmail()
Gets the value of the email property.

Returns:
possible object is TextParamType

setEmail

void setEmail(TextParamType value)
Sets the value of the email property.

Parameters:
value - allowed object is TextParamType

isSetEmail

boolean isSetEmail()

unsetEmail

void unsetEmail()

getName

TextParamType getName()
Gets the value of the name property.

Returns:
possible object is TextParamType

setName

void setName(TextParamType value)
Sets the value of the name property.

Parameters:
value - allowed object is TextParamType

isSetName

boolean isSetName()

unsetName

void unsetName()