Class VecChangeDescription
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
A ChangeDescription describes the implemented issues that are reason for the aggregating ItemVersion to be either an initial or successor version. A ChangeDescription can optionally define the person who has approved the change.
Java class for ChangeDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeDescription">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
<sequence>
<element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractLocalizedString" maxOccurs="unbounded" minOccurs="0"/>
<element name="Approver" type="{http://www.prostep.org/ecad-if/2011/vec}Person" minOccurs="0"/>
<element name="ChangeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ResponsibleDesigner" type="{http://www.prostep.org/ecad-if/2011/vec}Person"/>
<element name="RelatedChangeRequest" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecPersonSpecifies the person who has approved the change.protected XMLGregorianCalendarSpecifies the date when the change was performed.protected List<VecAbstractLocalizedString>Specifies additional, human readable, information about the ChangeDescription.protected StringSpecifies an identifier for the ChangeDescription.protected StringSpecifies the label of the change on a drawing for example.Specifies the identification of a corresponding changeRequest.protected VecPersonSpecifies the design engineer who is/was responsible to perform the change.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 approver property.Gets the value of the changeDate property.Gets the value of the descriptions property.Gets the value of the identification property.getLabel()Gets the value of the label property.Gets a reference to the parent of this object in the XML DOM Tree.Gets a reference to the parent of this object in the XML DOM Tree.Gets the value of the relatedChangeRequests property.Gets the value of the responsibleDesigner property.voidsetApprover(VecPerson value) Sets the value of the approver property.voidSets the value of the changeDate property.voidsetIdentification(String value) Sets the value of the identification property.voidSets the value of the label 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
-
identification
Specifies an identifier for the ChangeDescription. This can be the ID of a changeOrder or an ID which indicates model upgrading. (see KBLFRM-249)
-
label
Specifies the label of the change on a drawing for example. If more than one change is issued with one ItemVersion (e.g. change 0001, 0002), in some cases the different changes are labeled on the drawing (e.g. A, B, C).
-
descriptions
Specifies additional, human readable, information about the ChangeDescription.
-
approver
Specifies the person who has approved the change.
-
changeDate
Specifies the date when the change was performed.
-
responsibleDesigner
Specifies the design engineer who is/was responsible to perform the change.
-
-
Constructor Details
-
VecChangeDescription
public VecChangeDescription()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.Specifies an identifier for the ChangeDescription. This can be the ID of a changeOrder or an ID which indicates model upgrading. (see KBLFRM-249)
- Specified by:
getIdentificationin interfaceHasIdentification- Returns:
- possible object is
String
-
setIdentification
Sets the value of the identification property.- Specified by:
setIdentificationin interfaceHasModifiableIdentification- Parameters:
value- allowed object isString- See Also:
-
getLabel
Gets the value of the label property.Specifies the label of the change on a drawing for example. If more than one change is issued with one ItemVersion (e.g. change 0001, 0002), in some cases the different changes are labeled on the drawing (e.g. A, B, C).
- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString- See Also:
-
getDescriptions
Gets the value of the descriptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the descriptions property.For example, to add a new item, do as follows:
getDescriptions().add(newItem);Objects of the following type(s) are allowed in the list
VecAbstractLocalizedStringSpecifies additional, human readable, information about the ChangeDescription.
- Specified by:
getDescriptionsin interfaceHasDescription<VecAbstractLocalizedString>- Returns:
- The value of the descriptions property.
-
getApprover
Gets the value of the approver property.Specifies the person who has approved the change.
- Returns:
- possible object is
VecPerson
-
setApprover
Sets the value of the approver property.- Parameters:
value- allowed object isVecPerson- See Also:
-
getChangeDate
Gets the value of the changeDate property.Specifies the date when the change was performed.
- Returns:
- possible object is
XMLGregorianCalendar
-
setChangeDate
Sets the value of the changeDate property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getResponsibleDesigner
Gets the value of the responsibleDesigner property.Specifies the design engineer who is/was responsible to perform the change.
- Returns:
- possible object is
VecPerson
-
setResponsibleDesigner
Sets the value of the responsibleDesigner property.- Parameters:
value- allowed object isVecPerson- See Also:
-
getRelatedChangeRequests
Gets the value of the relatedChangeRequests property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the relatedChangeRequests property.For example, to add a new item, do as follows:
getRelatedChangeRequests().add(newItem);Objects of the following type(s) are allowed in the list
StringSpecifies the identification of a corresponding changeRequest. (see KBLFRM-249)
- Returns:
- The value of the relatedChangeRequests property.
-
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. -
getParentSheetOrChapter
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 aVecSheetOrChapterotherwise 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
-