Class VecPlacementSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecPlacementSpecification extends VecSpecification implements Serializable, Visitable

Specification for the description of placements.Placementsare used to connectOccurrenceOrUsageswith a topology.

Java class for PlacementSpecification complex type.

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


 <complexType name="PlacementSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
       <sequence>
         <element name="Dimension" type="{http://www.prostep.org/ecad-if/2011/vec}Dimension" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Placement" type="{http://www.prostep.org/ecad-if/2011/vec}Placement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecPlacementSpecification

      public VecPlacementSpecification()
  • Method Details

    • getDimensions

      public List<VecDimension> getDimensions()
      Gets the value of the dimensions 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 set method for the dimensions property.

      For example, to add a new item, do as follows:

          getDimensions().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecDimension

      Returns:
      The value of the dimensions property.
    • getPlacements

      public List<VecPlacement> getPlacements()
      Gets the value of the placements 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 set method for the placements property.

      For example, to add a new item, do as follows:

          getPlacements().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecPlacement

      Returns:
      The value of the placements property.
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable