Method Summary |
|
public Asset | getAsset() The image element may contain an asset element. |
public List<String> | getData() Gets the value of the data property.
This accessor method returns a reference to the live list,
not a snapshot. |
public BigInteger | getDepth() Gets the value of the depth property. |
public List<Extra> | getExtras() The extra element may appear any number of times.
Gets the value of the extras property.
This accessor method returns a reference to the live list,
not a snapshot. |
public String | getFormat() Gets the value of the format property. |
public BigInteger | getHeight() Gets the value of the height property. |
public String | getId() Gets the value of the id property. |
public String | getInitFrom() Gets the value of the initFrom property. |
public String | getName() Gets the value of the name property. |
public BigInteger | getWidth() Gets the value of the width property. |
public void | setAsset(Asset value) The image element may contain an asset element. |
public void | setDepth(BigInteger value) Sets the value of the depth property. |
public void | setFormat(String value) Sets the value of the format property. |
public void | setHeight(BigInteger value) Sets the value of the height property. |
public void | setId(String value) Sets the value of the id property. |
public void | setInitFrom(String value) Sets the value of the initFrom property. |
public void | setName(String value) Sets the value of the name property. |
public void | setWidth(BigInteger value) Sets the value of the width property. |