Method Summary |
|
public List<Asset.Contributor> | getContributors() Gets the value of the contributors property.
This accessor method returns a reference to the live list,
not a snapshot. |
public XMLGregorianCalendar | getCreated() Gets the value of the created property. |
public String | getKeywords() Gets the value of the keywords property. |
public XMLGregorianCalendar | getModified() Gets the value of the modified property. |
public String | getRevision() Gets the value of the revision property. |
public String | getSubject() Gets the value of the subject property. |
public String | getTitle() Gets the value of the title property. |
public Asset.Unit | getUnit() Gets the value of the unit property. |
public UpAxisType | getUpAxis() Gets the value of the upAxis property. |
public void | setCreated(XMLGregorianCalendar value) Sets the value of the created property. |
public void | setKeywords(String value) Sets the value of the keywords property. |
public void | setModified(XMLGregorianCalendar value) Sets the value of the modified property. |
public void | setRevision(String value) Sets the value of the revision property. |
public void | setSubject(String value) Sets the value of the subject property. |
public void | setTitle(String value) Sets the value of the title property. |
public void | setUnit(Asset.Unit value) Sets the value of the unit property. |
public void | setUpAxis(UpAxisType value) Sets the value of the upAxis property. |