|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Image
public class Image
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 ref="{http://www.collada.org/2005/11/COLLADASchema}asset" minOccurs="0"/>
<choice>
<element name="data" type="{http://www.collada.org/2005/11/COLLADASchema}ListOfHexBinary"/>
<element name="init_from" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</choice>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="depth" type="{http://www.collada.org/2005/11/COLLADASchema}uint" default="1" />
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="height" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="width" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Asset |
asset
|
protected List<String> |
data
|
protected BigInteger |
depth
|
protected List<Extra> |
extra
|
protected String |
format
|
protected BigInteger |
height
|
protected String |
id
|
protected String |
initFrom
|
protected String |
name
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
Image()
|
|
| Method Summary | |
|---|---|
Asset |
getAsset()
The image element may contain an asset element. |
List<String> |
getData()
Gets the value of the data property. |
BigInteger |
getDepth()
Gets the value of the depth property. |
List<Extra> |
getExtra()
The extra element may appear any number of times. |
String |
getFormat()
Gets the value of the format property. |
BigInteger |
getHeight()
Gets the value of the height property. |
String |
getId()
Gets the value of the id property. |
String |
getInitFrom()
Gets the value of the initFrom property. |
String |
getName()
Gets the value of the name property. |
BigInteger |
getWidth()
Gets the value of the width property. |
void |
setAsset(Asset value)
The image element may contain an asset element. |
void |
setDepth(BigInteger value)
Sets the value of the depth property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setHeight(BigInteger value)
Sets the value of the height property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInitFrom(String value)
Sets the value of the initFrom property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setWidth(BigInteger value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Asset asset
protected List<String> data
protected String initFrom
protected List<Extra> extra
protected BigInteger depth
protected String format
protected BigInteger height
protected String id
protected String name
protected BigInteger width
| Constructor Detail |
|---|
public Image()
| Method Detail |
|---|
public Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
Assetpublic List<String> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getInitFrom()
Stringpublic void setInitFrom(String value)
value - allowed object is
Stringpublic List<Extra> getExtra()
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 extra property.
For example, to add a new item, do as follows:
getExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Extra
public BigInteger getDepth()
BigIntegerpublic void setDepth(BigInteger value)
value - allowed object is
BigIntegerpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigInteger
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||