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 Details

    • dimensionValueRange

      protected VecValueRange dimensionValueRange
    • dimensionType

      protected String dimensionType
      dimensionType DefaultDimension
    • toleranceIndication

      protected VecTolerance toleranceIndication
    • xmlId

      protected String xmlId
  • Constructor Details

    • VecDefaultDimension

      public VecDefaultDimension()
  • Method Details

    • getDimensionValueRange

      public VecValueRange getDimensionValueRange()
      Gets the value of the dimensionValueRange property.
      Returns:
      possible object is VecValueRange
    • setDimensionValueRange

      public void setDimensionValueRange(VecValueRange value)
      Sets the value of the dimensionValueRange property.
      Parameters:
      value - allowed object is VecValueRange
    • getDimensionType

      public String getDimensionType()
      Gets the value of the dimensionType property.

      dimensionType DefaultDimension

      Returns:
      possible object is String
    • setDimensionType

      public void setDimensionType(String value)
      Sets the value of the dimensionType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getToleranceIndication

      public VecTolerance getToleranceIndication()
      Gets the value of the toleranceIndication property.
      Returns:
      possible object is VecTolerance
    • setToleranceIndication

      public void setToleranceIndication(VecTolerance value)
      Sets the value of the toleranceIndication property.
      Parameters:
      value - allowed object is VecTolerance
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • getParentDefaultDimensionSpecification

      public VecDefaultDimensionSpecification 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 a VecDefaultDimensionSpecification otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      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

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Object