org.collada._2005._11.colladaschema
Class Image

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Image

public class Image
extends Object

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

asset

protected Asset asset

data

protected List<String> data

initFrom

protected String initFrom

extra

protected List<Extra> extra

depth

protected BigInteger depth

format

protected String format

height

protected BigInteger height

id

protected String id

name

protected String name

width

protected BigInteger width
Constructor Detail

Image

public Image()
Method Detail

getAsset

public Asset getAsset()
The image element may contain an asset element.

Returns:
possible object is Asset

setAsset

public void setAsset(Asset value)
The image element may contain an asset element.

Parameters:
value - allowed object is Asset

getData

public List<String> getData()
Gets the value of the data property.

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


getInitFrom

public String getInitFrom()
Gets the value of the initFrom property.

Returns:
possible object is String

setInitFrom

public void setInitFrom(String value)
Sets the value of the initFrom property.

Parameters:
value - allowed object is String

getExtra

public List<Extra> getExtra()
The extra element may appear any number of times. Gets the value of the extra property.

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


getDepth

public BigInteger getDepth()
Gets the value of the depth property.

Returns:
possible object is BigInteger

setDepth

public void setDepth(BigInteger value)
Sets the value of the depth property.

Parameters:
value - allowed object is BigInteger

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getHeight

public BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getWidth

public BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)