Class VecExternalMappingSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
AnExternalMappingSpecificationis used to define a mapping between an external data source (represented by the referencedmappedDocument) and the content of a VEC file.
Java class for ExternalMappingSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalMappingSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
<sequence>
<element name="MappedDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="Mappings" type="{http://www.prostep.org/ecad-if/2011/vec}ExternalMapping" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecDocumentVersionReference to theDocumentVersionthat represents the external data source that connected to the VEC content by theExternalMappingSpecification.protected List<VecExternalMapping>Specifies the mappings of individual element.Fields 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 mappedDocument property.Gets the value of the mappings property.voidSets the value of the mappedDocument 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
-
mappedDocument
Reference to theDocumentVersionthat represents the external data source that connected to the VEC content by theExternalMappingSpecification.
-
mappings
Specifies the mappings of individual element.
-
-
Constructor Details
-
VecExternalMappingSpecification
public VecExternalMappingSpecification()
-
-
Method Details
-
getMappedDocument
Gets the value of the mappedDocument property.Reference to theDocumentVersionthat represents the external data source that connected to the VEC content by theExternalMappingSpecification.
- Returns:
- possible object is
Object
-
setMappedDocument
Sets the value of the mappedDocument property.- Parameters:
value- allowed object isObject- See Also:
-
getMappings
Gets the value of the mappings 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 mappings property.For example, to add a new item, do as follows:
getMappings().add(newItem);Objects of the following type(s) are allowed in the list
VecExternalMappingSpecifies the mappings of individual element.
- Returns:
- The value of the mappings property.
-
accept
-