|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Asset
public class Asset
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="contributor" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unit" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="meter" type="{http://www.collada.org/2005/11/COLLADASchema}float" default="1.0" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="meter" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="up_axis" type="{http://www.collada.org/2005/11/COLLADASchema}UpAxisType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Asset.Contributor
Java class for anonymous complex type. |
static class |
Asset.Unit
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Asset.Contributor> |
contributor
|
protected XMLGregorianCalendar |
created
|
protected String |
keywords
|
protected XMLGregorianCalendar |
modified
|
protected String |
revision
|
protected String |
subject
|
protected String |
title
|
protected Asset.Unit |
unit
|
protected UpAxisType |
upAxis
|
| Constructor Summary | |
|---|---|
Asset()
|
|
| Method Summary | |
|---|---|
List<Asset.Contributor> |
getContributor()
Gets the value of the contributor property. |
XMLGregorianCalendar |
getCreated()
Gets the value of the created property. |
String |
getKeywords()
Gets the value of the keywords property. |
XMLGregorianCalendar |
getModified()
Gets the value of the modified property. |
String |
getRevision()
Gets the value of the revision property. |
String |
getSubject()
Gets the value of the subject property. |
String |
getTitle()
Gets the value of the title property. |
Asset.Unit |
getUnit()
Gets the value of the unit property. |
UpAxisType |
getUpAxis()
Gets the value of the upAxis property. |
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property. |
void |
setKeywords(String value)
Sets the value of the keywords property. |
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property. |
void |
setRevision(String value)
Sets the value of the revision property. |
void |
setSubject(String value)
Sets the value of the subject property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setUnit(Asset.Unit value)
Sets the value of the unit property. |
void |
setUpAxis(UpAxisType value)
Sets the value of the upAxis property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Asset.Contributor> contributor
protected XMLGregorianCalendar created
protected String keywords
protected XMLGregorianCalendar modified
protected String revision
protected String subject
protected String title
protected Asset.Unit unit
protected UpAxisType upAxis
| Constructor Detail |
|---|
public Asset()
| Method Detail |
|---|
public List<Asset.Contributor> getContributor()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contributor property.
For example, to add a new item, do as follows:
getContributor().add(newItem);
Objects of the following type(s) are allowed in the list
Asset.Contributor
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRevision()
Stringpublic void setRevision(String value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Asset.Unit getUnit()
Asset.Unitpublic void setUnit(Asset.Unit value)
value - allowed object is
Asset.Unitpublic UpAxisType getUpAxis()
UpAxisTypepublic void setUpAxis(UpAxisType value)
value - allowed object is
UpAxisType
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||