org.collada._2005._11.colladaschema
Class Asset.Contributor

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Asset.Contributor
Enclosing class:
Asset

public static class Asset.Contributor
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="authoring_tool" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="source_data" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String author
           
protected  String authoringTool
           
protected  String comments
           
protected  String copyright
           
protected  String sourceData
           
 
Constructor Summary
Asset.Contributor()
           
 
Method Summary
 String getAuthor()
          Gets the value of the author property.
 String getAuthoringTool()
          Gets the value of the authoringTool property.
 String getComments()
          Gets the value of the comments property.
 String getCopyright()
          Gets the value of the copyright property.
 String getSourceData()
          Gets the value of the sourceData property.
 void setAuthor(String value)
          Sets the value of the author property.
 void setAuthoringTool(String value)
          Sets the value of the authoringTool property.
 void setComments(String value)
          Sets the value of the comments property.
 void setCopyright(String value)
          Sets the value of the copyright property.
 void setSourceData(String value)
          Sets the value of the sourceData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

author

protected String author

authoringTool

protected String authoringTool

comments

protected String comments

copyright

protected String copyright

sourceData

protected String sourceData
Constructor Detail

Asset.Contributor

public Asset.Contributor()
Method Detail

getAuthor

public String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getAuthoringTool

public String getAuthoringTool()
Gets the value of the authoringTool property.

Returns:
possible object is String

setAuthoringTool

public void setAuthoringTool(String value)
Sets the value of the authoringTool property.

Parameters:
value - allowed object is String

getComments

public String getComments()
Gets the value of the comments property.

Returns:
possible object is String

setComments

public void setComments(String value)
Sets the value of the comments property.

Parameters:
value - allowed object is String

getCopyright

public String getCopyright()
Gets the value of the copyright property.

Returns:
possible object is String

setCopyright

public void setCopyright(String value)
Sets the value of the copyright property.

Parameters:
value - allowed object is String

getSourceData

public String getSourceData()
Gets the value of the sourceData property.

Returns:
possible object is String

setSourceData

public void setSourceData(String value)
Sets the value of the sourceData property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)