Contributor

Inheritance: java.lang.Object, ColladaElement

The contributor. The contributor element defines authoring information for asset management.

Constructors

ConstructorDescription
Contributor()

Methods

MethodDescription
getAuthor()Gets or sets the author. The author element contains a string with the author’s name. There may be only one author element.
setAuthor(String value)Gets or sets the author. The author element contains a string with the author’s name. There may be only one author element.
getAuthorEmail()Gets or sets the author email. Contains a string with author’s email address. String that compliant with RFC 2822 section 3.4. This element has no attributes. There may be only one author email address.
setAuthorEmail(String value)Gets or sets the author email. Contains a string with author’s email address. String that compliant with RFC 2822 section 3.4. This element has no attributes. There may be only one author email address.
getAuthorWebsite()Gets or sets the author website. Contains a URI reference to author’s website. This element has no attributes. There may be only one author website.
setAuthorWebsite(String value)Gets or sets the author website. Contains a URI reference to author’s website. This element has no attributes. There may be only one author website.
getAuthoringTool()Gets or sets the authoring tool. The authoring_tool element contains a string with the authoring tool’s name. There may be only one authoring_tool element.
setAuthoringTool(String value)Gets or sets the authoring tool. The authoring_tool element contains a string with the authoring tool’s name. There may be only one authoring_tool element.
getComments()Gets or sets the comments. The comments element contains a string with comments from this contributor. There may be only one comments element.
setComments(String value)Gets or sets the comments. The comments element contains a string with comments from this contributor. There may be only one comments element.
getCopyright()Gets or sets the copyright. The copyright element contains a string with copyright information. There may be only one copyright element.
setCopyright(String value)Gets or sets the copyright. The copyright element contains a string with copyright information. There may be only one copyright element.
getSourceData()Gets or sets the source data. The source_data element contains a URI reference to the source data used for this asset. There may be only one source_data element.
setSourceData(String value)Gets or sets the source data. The source_data element contains a URI reference to the source data used for this asset. There may be only one source_data element.

Contributor()

public Contributor()

getAuthor()

public final String getAuthor()

Gets or sets the author. The author element contains a string with the author’s name. There may be only one author element.

Returns: String

setAuthor(String value)

public final void setAuthor(String value)

Gets or sets the author. The author element contains a string with the author’s name. There may be only one author element.

getAuthorEmail()

public final String getAuthorEmail()

Gets or sets the author email. Contains a string with author’s email address. String that compliant with RFC 2822 section 3.4. This element has no attributes. There may be only one author email address.

Returns: String

setAuthorEmail(String value)

public final void setAuthorEmail(String value)

Gets or sets the author email. Contains a string with author’s email address. String that compliant with RFC 2822 section 3.4. This element has no attributes. There may be only one author email address.

getAuthorWebsite()

public final String getAuthorWebsite()

Gets or sets the author website. Contains a URI reference to author’s website. This element has no attributes. There may be only one author website.

Returns: String

setAuthorWebsite(String value)

public final void setAuthorWebsite(String value)

Gets or sets the author website. Contains a URI reference to author’s website. This element has no attributes. There may be only one author website.

getAuthoringTool()

public final String getAuthoringTool()

Gets or sets the authoring tool. The authoring_tool element contains a string with the authoring tool’s name. There may be only one authoring_tool element.

Returns: String

setAuthoringTool(String value)

public final void setAuthoringTool(String value)

Gets or sets the authoring tool. The authoring_tool element contains a string with the authoring tool’s name. There may be only one authoring_tool element.

getComments()

public final String getComments()

Gets or sets the comments. The comments element contains a string with comments from this contributor. There may be only one comments element.

Returns: String

setComments(String value)

public final void setComments(String value)

Gets or sets the comments. The comments element contains a string with comments from this contributor. There may be only one comments element.

getCopyright()

public final String getCopyright()

Gets or sets the copyright. The copyright element contains a string with copyright information. There may be only one copyright element.

Returns: String

setCopyright(String value)

public final void setCopyright(String value)

Gets or sets the copyright. The copyright element contains a string with copyright information. There may be only one copyright element.

getSourceData()

public final String getSourceData()

Gets or sets the source data. The source_data element contains a URI reference to the source data used for this asset. There may be only one source_data element.

Returns: String

setSourceData(String value)

public final void setSourceData(String value)

Gets or sets the source data. The source_data element contains a URI reference to the source data used for this asset. There may be only one source_data element.