Class VecDateValueProperty

java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecDateValueProperty
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasPropertyType, Visitable, Serializable

public class VecDateValueProperty extends VecCustomProperty implements Serializable, Visitable

Java class for DateValueProperty complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="DateValueProperty">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}CustomProperty">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: