|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Asset.Contributor
public static class Asset.Contributor
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 |
|---|
protected String author
protected String authoringTool
protected String comments
protected String copyright
protected String sourceData
| Constructor Detail |
|---|
public Asset.Contributor()
| Method Detail |
|---|
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getAuthoringTool()
Stringpublic void setAuthoringTool(String value)
value - allowed object is
Stringpublic String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic String getCopyright()
Stringpublic void setCopyright(String value)
value - allowed object is
Stringpublic String getSourceData()
Stringpublic void setSourceData(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||