Package com.foursoft.harness.vec.v113
Class VecDefaultDimension
java.lang.Object
com.foursoft.harness.vec.v113.VecDefaultDimension
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
public class VecDefaultDimension
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
DefaultDimension
Java class for DefaultDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultDimension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DimensionValueRange" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange"/>
<element name="DimensionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ToleranceIndication" type="{http://www.prostep.org/ecad-if/2011/vec}Tolerance"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringdimensionType DefaultDimensionprotected VecValueRangeprotected VecToleranceprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the dimensionType property.Gets the value of the dimensionValueRange property.Gets a reference to the parent of this object in the XML DOM Tree.Gets the value of the toleranceIndication property.getXmlId()Gets the value of the xmlId property.voidsetDimensionType(String value) Sets the value of the dimensionType property.voidSets the value of the dimensionValueRange property.voidSets the value of the toleranceIndication property.voidSets the value of the xmlId property.toString()
-
Field Details
-
dimensionValueRange
-
dimensionType
dimensionType DefaultDimension -
toleranceIndication
-
xmlId
-
-
Constructor Details
-
VecDefaultDimension
public VecDefaultDimension()
-
-
Method Details
-
getDimensionValueRange
Gets the value of the dimensionValueRange property.- Returns:
- possible object is
VecValueRange
-
setDimensionValueRange
Sets the value of the dimensionValueRange property.- Parameters:
value- allowed object isVecValueRange
-
getDimensionType
Gets the value of the dimensionType property.dimensionType DefaultDimension
- Returns:
- possible object is
String
-
setDimensionType
Sets the value of the dimensionType property.- Parameters:
value- allowed object isString- See Also:
-
getToleranceIndication
Gets the value of the toleranceIndication property.- Returns:
- possible object is
VecTolerance
-
setToleranceIndication
Sets the value of the toleranceIndication property.- Parameters:
value- allowed object isVecTolerance
-
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
-
getParentDefaultDimensionSpecification
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecDefaultDimensionSpecificationotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
accept
-
toString
-