public class Face
extends java.lang.Object
implements java.io.Serializable
Java class for Face complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Face"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="vertexID1" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="vertexID2" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="vertexID3" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
vertexID1 |
protected int |
vertexID2 |
protected int |
vertexID3 |
Constructor and Description |
---|
Face() |
Modifier and Type | Method and Description |
---|---|
int |
getVertexID1()
Gets the value of the vertexID1 property.
|
int |
getVertexID2()
Gets the value of the vertexID2 property.
|
int |
getVertexID3()
Gets the value of the vertexID3 property.
|
void |
setVertexID1(int value)
Sets the value of the vertexID1 property.
|
void |
setVertexID2(int value)
Sets the value of the vertexID2 property.
|
void |
setVertexID3(int value)
Sets the value of the vertexID3 property.
|
protected int vertexID1
protected int vertexID2
protected int vertexID3
public int getVertexID1()
public void setVertexID1(int value)
public int getVertexID2()
public void setVertexID2(int value)
public int getVertexID3()
public void setVertexID3(int value)