Package com.foursoft.harness.vec.v113
Class VecDefaultDimensionSpecification
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecSpecification
com.foursoft.harness.vec.v113.VecDefaultDimensionSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecDefaultDimensionSpecification
extends VecSpecification
implements Serializable, Visitable
DefaultDimensionSpecification
Java class for DefaultDimensionSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultDimensionSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
<sequence>
<element name="DefaultDimension" type="{http://www.prostep.org/ecad-if/2011/vec}DefaultDimension"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecSpecification
descriptions, identificationFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the defaultDimension property.voidSets the value of the defaultDimension property.Methods inherited from class com.foursoft.harness.vec.v113.VecSpecification
getDescriptions, getIdentification, getParentDocumentVersion, getParentSheetOrChapter, setIdentificationMethods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Field Details
-
defaultDimension
-
-
Constructor Details
-
VecDefaultDimensionSpecification
public VecDefaultDimensionSpecification()
-
-
Method Details
-
getDefaultDimension
Gets the value of the defaultDimension property.- Returns:
- possible object is
VecDefaultDimension
-
setDefaultDimension
Sets the value of the defaultDimension property.- Parameters:
value- allowed object isVecDefaultDimension
-
accept
-