|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ivoa.xml.voresource.v1.Contact
public class Contact
Information that can be used for contacting someone
Java class for Contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.ivoa.net/xml/VOResource/v1.0}ResourceName"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="telephone" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
address
|
protected java.lang.String |
email
|
protected ResourceName |
name
|
protected java.lang.String |
telephone
|
| Constructor Summary | |
|---|---|
Contact()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
ResourceName |
getName()
Gets the value of the name property. |
java.lang.String |
getTelephone()
Gets the value of the telephone property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setName(ResourceName value)
Sets the value of the name property. |
void |
setTelephone(java.lang.String value)
Sets the value of the telephone property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ResourceName name
protected java.lang.String address
protected java.lang.String email
protected java.lang.String telephone
| Constructor Detail |
|---|
public Contact()
| Method Detail |
|---|
public ResourceName getName()
ResourceNamepublic void setName(ResourceName value)
value - allowed object is
ResourceNamepublic java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTelephone()
Stringpublic void setTelephone(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||