Class VecOnPointPlacement
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasIdentification,HasLocations<VecLocation>,HasModifiableIdentification,Visitable,Serializable
An OnPointPlacement is a placement of an OccurrenceOrUsage that places it onto discrete points, in most cases one point. In some cases it is necessary to place a component (with more than one reference point) onto multiple points (e.g. a cable channel).
Java class for OnPointPlacement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OnPointPlacement">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Placement">
<sequence>
<element name="Location" type="{http://www.prostep.org/ecad-if/2011/vec}Location" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecPlacement
identification, isOnTopOf, placedElement, typeFields inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
configInfoFields 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 locations property.Methods inherited from class com.foursoft.harness.vec.v113.VecPlacement
getIdentification, getIsOnTopOf, getParentPlacementSpecification, getPlacedElement, getRefPlacement, getType, setIdentification, setTypeMethods inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
getConfigInfo, setConfigInfoMethods 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, getCustomPropertyMethods inherited from interface com.foursoft.harness.vec.common.HasLocations
getLocationsWithType, getLocationWithType
-
Field Details
-
locations
-
-
Constructor Details
-
VecOnPointPlacement
public VecOnPointPlacement()
-
-
Method Details
-
getLocations
Gets the value of the locations 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 locations property.For example, to add a new item, do as follows:
getLocations().add(newItem);Objects of the following type(s) are allowed in the list
VecLocation- Specified by:
getLocationsin interfaceHasLocations<VecLocation>- Returns:
- The value of the locations property.
-
accept
-