org.collada._2005._11.colladaschema
Class FxStenciltargetCommon

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

public class FxStenciltargetCommon
extends Object

Java class for fx_stenciltarget_common complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="fx_stenciltarget_common">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>NCName">
       <attribute name="face" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_face_enum" default="POSITIVE_X" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
       <attribute name="mip" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
       <attribute name="slice" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  FxSurfaceFaceEnum face
           
protected  BigInteger index
           
protected  BigInteger mip
           
protected  BigInteger slice
           
protected  String value
           
 
Constructor Summary
FxStenciltargetCommon()
           
 
Method Summary
 FxSurfaceFaceEnum getFace()
          Gets the value of the face property.
 BigInteger getIndex()
          Gets the value of the index property.
 BigInteger getMip()
          Gets the value of the mip property.
 BigInteger getSlice()
          Gets the value of the slice property.
 String getValue()
          Gets the value of the value property.
 void setFace(FxSurfaceFaceEnum value)
          Sets the value of the face property.
 void setIndex(BigInteger value)
          Sets the value of the index property.
 void setMip(BigInteger value)
          Sets the value of the mip property.
 void setSlice(BigInteger value)
          Sets the value of the slice property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

face

protected FxSurfaceFaceEnum face

index

protected BigInteger index

mip

protected BigInteger mip

slice

protected BigInteger slice
Constructor Detail

FxStenciltargetCommon

public FxStenciltargetCommon()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getFace

public FxSurfaceFaceEnum getFace()
Gets the value of the face property.

Returns:
possible object is FxSurfaceFaceEnum

setFace

public void setFace(FxSurfaceFaceEnum value)
Sets the value of the face property.

Parameters:
value - allowed object is FxSurfaceFaceEnum

getIndex

public BigInteger getIndex()
Gets the value of the index property.

Returns:
possible object is BigInteger

setIndex

public void setIndex(BigInteger value)
Sets the value of the index property.

Parameters:
value - allowed object is BigInteger

getMip

public BigInteger getMip()
Gets the value of the mip property.

Returns:
possible object is BigInteger

setMip

public void setMip(BigInteger value)
Sets the value of the mip property.

Parameters:
value - allowed object is BigInteger

getSlice

public BigInteger getSlice()
Gets the value of the slice property.

Returns:
possible object is BigInteger

setSlice

public void setSlice(BigInteger value)
Sets the value of the slice property.

Parameters:
value - allowed object is BigInteger

CroftSoft Javadoc

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