org.collada._2005._11.colladaschema
Class Extra

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

public class Extra
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"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}technique" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Asset asset
           
protected  String id
           
protected  String name
           
protected  List<Technique> technique
           
protected  String type
           
 
Constructor Summary
Extra()
           
 
Method Summary
 Asset getAsset()
          The extra element may contain an asset element.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 List<Technique> getTechnique()
          This element must contain at least one non-common profile technique.
 String getType()
          Gets the value of the type property.
 void setAsset(Asset value)
          The extra element may contain an asset element.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type 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

technique

protected List<Technique> technique

id

protected String id

name

protected String name

type

protected String type
Constructor Detail

Extra

public Extra()
Method Detail

getAsset

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

Returns:
possible object is Asset

setAsset

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

Parameters:
value - allowed object is Asset

getTechnique

public List<Technique> getTechnique()
This element must contain at least one non-common profile technique. Gets the value of the technique 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 technique property.

For example, to add a new item, do as follows:

    getTechnique().add(newItem);
 

Objects of the following type(s) are allowed in the list Technique


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

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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