java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecCreation
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,Visitable,Serializable
A Creation-instance provides additional information to the owning ItemVersion stating personal information on the creator and the creation date.
Java class for Creation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Creation">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
<sequence>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Creator" type="{http://www.prostep.org/ecad-if/2011/vec}Person" minOccurs="0"/>
<element name="ResponsibleDesigner" type="{http://www.prostep.org/ecad-if/2011/vec}Person" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarSpecifies the date when the associated ItemVersion was created.protected VecPersonSpecifies the person who has created the Item.protected VecPersonSpecifies the person, which is the responsible designer for the ItemVersion at the point of creation.Fields 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 creationDate property.Gets the value of the creator property.Gets a reference to the parent of this object in the XML DOM Tree.Gets the value of the responsibleDesigner property.voidSets the value of the creationDate property.voidsetCreator(VecPerson value) Sets the value of the creator property.voidsetResponsibleDesigner(VecPerson value) Sets the value of the responsibleDesigner property.Methods 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
-
creationDate
Specifies the date when the associated ItemVersion was created. (see KBLFRM-241)
-
creator
Specifies the person who has created the Item.
-
responsibleDesigner
Specifies the person, which is the responsible designer for the ItemVersion at the point of creation.
-
-
Constructor Details
-
VecCreation
public VecCreation()
-
-
Method Details
-
getCreationDate
Gets the value of the creationDate property.Specifies the date when the associated ItemVersion was created. (see KBLFRM-241)
- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getCreator
Gets the value of the creator property.Specifies the person who has created the Item.
- Returns:
- possible object is
VecPerson
-
setCreator
Sets the value of the creator property.- Parameters:
value- allowed object isVecPerson- See Also:
-
getResponsibleDesigner
Gets the value of the responsibleDesigner property.Specifies the person, which is the responsible designer for the ItemVersion at the point of creation.
- Returns:
- possible object is
VecPerson
-
setResponsibleDesigner
Sets the value of the responsibleDesigner property.- Parameters:
value- allowed object isVecPerson- See Also:
-
getParentItemVersion
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 aVecItemVersionotherwise 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
-