|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Source
public class Source
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 minOccurs="0">
<element ref="{http://www.collada.org/2005/11/COLLADASchema}IDREF_array"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}Name_array"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}bool_array"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}float_array"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}int_array"/>
</choice>
<element name="technique_common" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}accessor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}technique" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Source.TechniqueCommon
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Asset |
asset
|
protected BoolArray |
boolArray
|
protected FloatArray |
floatArray
|
protected String |
id
|
protected IDREFArray |
idrefArray
|
protected IntArray |
intArray
|
protected String |
name
|
protected NameArray |
nameArray
|
protected List<Technique> |
technique
|
protected Source.TechniqueCommon |
techniqueCommon
|
| Constructor Summary | |
|---|---|
Source()
|
|
| Method Summary | |
|---|---|
Asset |
getAsset()
The source element may contain an asset element. |
BoolArray |
getBoolArray()
The source element may contain a bool_array. |
FloatArray |
getFloatArray()
The source element may contain a float_array. |
String |
getId()
Gets the value of the id property. |
IDREFArray |
getIDREFArray()
The source element may contain an IDREF_array. |
IntArray |
getIntArray()
The source element may contain an int_array. |
String |
getName()
Gets the value of the name property. |
NameArray |
getNameArray()
The source element may contain a Name_array. |
List<Technique> |
getTechnique()
This element may contain any number of non-common profile techniques. |
Source.TechniqueCommon |
getTechniqueCommon()
Gets the value of the techniqueCommon property. |
void |
setAsset(Asset value)
The source element may contain an asset element. |
void |
setBoolArray(BoolArray value)
The source element may contain a bool_array. |
void |
setFloatArray(FloatArray value)
The source element may contain a float_array. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIDREFArray(IDREFArray value)
The source element may contain an IDREF_array. |
void |
setIntArray(IntArray value)
The source element may contain an int_array. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNameArray(NameArray value)
The source element may contain a Name_array. |
void |
setTechniqueCommon(Source.TechniqueCommon value)
Sets the value of the techniqueCommon 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 IDREFArray idrefArray
protected NameArray nameArray
protected BoolArray boolArray
protected FloatArray floatArray
protected IntArray intArray
protected Source.TechniqueCommon techniqueCommon
protected List<Technique> technique
protected String id
protected String name
| Constructor Detail |
|---|
public Source()
| Method Detail |
|---|
public Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
Assetpublic IDREFArray getIDREFArray()
IDREFArraypublic void setIDREFArray(IDREFArray value)
value - allowed object is
IDREFArraypublic NameArray getNameArray()
NameArraypublic void setNameArray(NameArray value)
value - allowed object is
NameArraypublic BoolArray getBoolArray()
BoolArraypublic void setBoolArray(BoolArray value)
value - allowed object is
BoolArraypublic FloatArray getFloatArray()
FloatArraypublic void setFloatArray(FloatArray value)
value - allowed object is
FloatArraypublic IntArray getIntArray()
IntArraypublic void setIntArray(IntArray value)
value - allowed object is
IntArraypublic Source.TechniqueCommon getTechniqueCommon()
Source.TechniqueCommonpublic void setTechniqueCommon(Source.TechniqueCommon value)
value - allowed object is
Source.TechniqueCommonpublic List<Technique> getTechnique()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||