|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxSurfaceInitCubeCommon.Primary
public static class FxSurfaceInitCubeCommon.Primary
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 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>
| Field Summary | |
|---|---|
protected List<FxSurfaceFaceEnum> |
order
|
protected Object |
ref
|
| Constructor Summary | |
|---|---|
FxSurfaceInitCubeCommon.Primary()
|
|
| Method Summary | |
|---|---|
List<FxSurfaceFaceEnum> |
getOrder()
Gets the value of the order property. |
Object |
getRef()
Gets the value of the ref property. |
void |
setRef(Object value)
Sets the value of the ref property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FxSurfaceFaceEnum> order
protected Object ref
| Constructor Detail |
|---|
public FxSurfaceInitCubeCommon.Primary()
| Method Detail |
|---|
public List<FxSurfaceFaceEnum> getOrder()
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 order property.
For example, to add a new item, do as follows:
getOrder().add(newItem);
Objects of the following type(s) are allowed in the list
FxSurfaceFaceEnum
public Object getRef()
Objectpublic void setRef(Object value)
value - allowed object is
Object
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||