|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.voresource.v1.Creator
public class Creator
The entity (e.g. person or organisation) primarily responsible for creating something
Java class for Creator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Creator"> <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="logo" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
logo
|
protected ResourceName |
name
|
Constructor Summary | |
---|---|
Creator()
|
Method Summary | |
---|---|
java.lang.String |
getLogo()
Gets the value of the logo property. |
ResourceName |
getName()
Gets the value of the name property. |
void |
setLogo(java.lang.String value)
Sets the value of the logo property. |
void |
setName(ResourceName value)
Sets the value of the name 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 logo
Constructor Detail |
---|
public Creator()
Method Detail |
---|
public ResourceName getName()
ResourceName
public void setName(ResourceName value)
value
- allowed object is
ResourceName
public java.lang.String getLogo()
String
public void setLogo(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 |