java.lang.Object
com.foursoft.harness.vec.v113.VecCartesianVector
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
- Direct Known Subclasses:
VecCartesianVector2D,VecCartesianVector3D
public abstract class VecCartesianVector
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
Abstract super class for vectors, either 2D or 3D.
Java class for CartesianVector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CartesianVector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Details
-
xmlId
-
-
Constructor Details
-
VecCartesianVector
public VecCartesianVector()
-
-
Method Details
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
toString
-