|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.CommonNewparamType
public class CommonNewparamType
Java class for common_newparam_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="common_newparam_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="semantic" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
<choice>
<element name="float" type="{http://www.collada.org/2005/11/COLLADASchema}float"/>
<element name="float2" type="{http://www.collada.org/2005/11/COLLADASchema}float2"/>
<element name="float3" type="{http://www.collada.org/2005/11/COLLADASchema}float3"/>
<element name="float4" type="{http://www.collada.org/2005/11/COLLADASchema}float4"/>
<element name="surface" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_common"/>
<element name="sampler2D" type="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler2D_common"/>
</choice>
</sequence>
<attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
_float
|
protected List<Double> |
float2
|
protected List<Double> |
float3
|
protected List<Double> |
float4
|
protected FxSampler2DCommon |
sampler2D
|
protected String |
semantic
|
protected String |
sid
|
protected FxSurfaceCommon |
surface
|
| Constructor Summary | |
|---|---|
CommonNewparamType()
|
|
| Method Summary | |
|---|---|
Double |
getFloat()
Gets the value of the float property. |
List<Double> |
getFloat2()
Gets the value of the float2 property. |
List<Double> |
getFloat3()
Gets the value of the float3 property. |
List<Double> |
getFloat4()
Gets the value of the float4 property. |
FxSampler2DCommon |
getSampler2D()
Gets the value of the sampler2D property. |
String |
getSemantic()
Gets the value of the semantic property. |
String |
getSid()
Gets the value of the sid property. |
FxSurfaceCommon |
getSurface()
Gets the value of the surface property. |
void |
setFloat(Double value)
Sets the value of the float property. |
void |
setSampler2D(FxSampler2DCommon value)
Sets the value of the sampler2D property. |
void |
setSemantic(String value)
Sets the value of the semantic property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setSurface(FxSurfaceCommon value)
Sets the value of the surface property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String semantic
protected Double _float
protected List<Double> float2
protected List<Double> float3
protected List<Double> float4
protected FxSurfaceCommon surface
protected FxSampler2DCommon sampler2D
protected String sid
| Constructor Detail |
|---|
public CommonNewparamType()
| Method Detail |
|---|
public String getSemantic()
Stringpublic void setSemantic(String value)
value - allowed object is
Stringpublic Double getFloat()
Doublepublic void setFloat(Double value)
value - allowed object is
Doublepublic List<Double> getFloat2()
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 float2 property.
For example, to add a new item, do as follows:
getFloat2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3()
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 float3 property.
For example, to add a new item, do as follows:
getFloat3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4()
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 float4 property.
For example, to add a new item, do as follows:
getFloat4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public FxSurfaceCommon getSurface()
FxSurfaceCommonpublic void setSurface(FxSurfaceCommon value)
value - allowed object is
FxSurfaceCommonpublic FxSampler2DCommon getSampler2D()
FxSampler2DCommonpublic void setSampler2D(FxSampler2DCommon value)
value - allowed object is
FxSampler2DCommonpublic String getSid()
Stringpublic void setSid(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 | |||||||||