Class VecContactSystemSpecification

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

public class VecContactSystemSpecification extends VecSpecification implements Serializable, Visitable

Specification for the definition of ContactSystems.

Java class for ContactSystemSpecification complex type.

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


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

    • contactSystems

      protected List<VecContactSystem> contactSystems

      Specifies the ContactSystems described by the ContactSystemSpecification.

  • Constructor Details

    • VecContactSystemSpecification

      public VecContactSystemSpecification()
  • Method Details

    • getContactSystems

      public List<VecContactSystem> getContactSystems()
      Gets the value of the contactSystems 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 contactSystems property.

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

          getContactSystems().add(newItem);
       

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

      Specifies the ContactSystems described by the ContactSystemSpecification.

      Returns:
      The value of the contactSystems 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