|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContactType
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 |
|---|
TextParamType getEmail()
TextParamTypevoid setEmail(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetEmail()
void unsetEmail()
TextParamType getName()
TextParamTypevoid setName(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetName()
void unsetName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||