net.ivoa.xml.voresource.v1
Class Creator

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.Creator

public class Creator
extends java.lang.Object

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

name

protected ResourceName name

logo

protected java.lang.String logo
Constructor Detail

Creator

public Creator()
Method Detail

getName

public ResourceName getName()
Gets the value of the name property.

Returns:
possible object is ResourceName

setName

public void setName(ResourceName value)
Sets the value of the name property.

Parameters:
value - allowed object is ResourceName

getLogo

public java.lang.String getLogo()
Gets the value of the logo property.

Returns:
possible object is String

setLogo

public void setLogo(java.lang.String value)
Sets the value of the logo property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.