Package com.foursoft.harness.vec.v113
Class VecSimpleValueProperty
java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecSimpleValueProperty
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasPropertyType,Visitable,Serializable
A custom property with a simple value (string).
Java class for SimpleValueProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleValueProperty">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}CustomProperty">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
propertyType, xmlId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
getParentExtendableElement, getPropertyType, getXmlId, setPropertyType, setXmlId, toString
-
Field Details
-
value
Defines the value of theCustomProperty.
-
-
Constructor Details
-
VecSimpleValueProperty
public VecSimpleValueProperty()
-
-
Method Details