|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSurfaceInitCubeCommon
public class FxSurfaceInitCubeCommon
Java class for fx_surface_init_cube_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_init_cube_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="primary">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="order" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_face_enum" maxOccurs="6" minOccurs="6"/>
</sequence>
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="face" maxOccurs="6" minOccurs="6">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FxSurfaceInitCubeCommon.All
Java class for anonymous complex type. |
static class |
FxSurfaceInitCubeCommon.Face
Java class for anonymous complex type. |
static class |
FxSurfaceInitCubeCommon.Primary
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected FxSurfaceInitCubeCommon.All |
all
|
protected List<FxSurfaceInitCubeCommon.Face> |
face
|
protected FxSurfaceInitCubeCommon.Primary |
primary
|
| Constructor Summary | |
|---|---|
FxSurfaceInitCubeCommon()
|
|
| Method Summary | |
|---|---|
FxSurfaceInitCubeCommon.All |
getAll()
Gets the value of the all property. |
List<FxSurfaceInitCubeCommon.Face> |
getFace()
Gets the value of the face property. |
FxSurfaceInitCubeCommon.Primary |
getPrimary()
Gets the value of the primary property. |
void |
setAll(FxSurfaceInitCubeCommon.All value)
Sets the value of the all property. |
void |
setPrimary(FxSurfaceInitCubeCommon.Primary value)
Sets the value of the primary property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FxSurfaceInitCubeCommon.All all
protected FxSurfaceInitCubeCommon.Primary primary
protected List<FxSurfaceInitCubeCommon.Face> face
| Constructor Detail |
|---|
public FxSurfaceInitCubeCommon()
| Method Detail |
|---|
public FxSurfaceInitCubeCommon.All getAll()
FxSurfaceInitCubeCommon.Allpublic void setAll(FxSurfaceInitCubeCommon.All value)
value - allowed object is
FxSurfaceInitCubeCommon.Allpublic FxSurfaceInitCubeCommon.Primary getPrimary()
FxSurfaceInitCubeCommon.Primarypublic void setPrimary(FxSurfaceInitCubeCommon.Primary value)
value - allowed object is
FxSurfaceInitCubeCommon.Primarypublic List<FxSurfaceInitCubeCommon.Face> getFace()
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 face property.
For example, to add a new item, do as follows:
getFace().add(newItem);
Objects of the following type(s) are allowed in the list
FxSurfaceInitCubeCommon.Face
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||