java.lang.Object
com.foursoft.harness.vec.v113.VecNetType
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

ANetTypedefines the different types of Nets used in theNetSpecification. The level of detail of theNetTypesfor the can be process dependent.

A NetType could be just used to differentiate between conventional (analog) communication and bus communication (digital), it can also already define the different types of digital communication (e.g. CAN, MOST, Ethernet).

Java class for NetType complex type.

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


 <complexType name="NetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractLocalizedString" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SignalType" type="{http://www.prostep.org/ecad-if/2011/vec}SignalType" minOccurs="0"/>
         <element name="SignalSubType" type="{http://www.prostep.org/ecad-if/2011/vec}SignalSubType" minOccurs="0"/>
         <element name="SignalInformationType" type="{http://www.prostep.org/ecad-if/2011/vec}SignalInformationType" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identification

      protected String identification

      Specifies a unique identification of the NetType. The identification is guaranteed to be unique within the NetSpecification.

    • descriptions

      protected List<VecAbstractLocalizedString> descriptions

      Room for additional, human readable information about theNetType.

    • signalType

      protected String signalType
    • signalSubType

      protected String signalSubType
    • signalInformationType

      protected String signalInformationType
    • xmlId

      protected String xmlId
  • Constructor Details

    • VecNetType

      public VecNetType()
  • Method Details

    • getIdentification

      public String getIdentification()
      Gets the value of the identification property.

      Specifies a unique identification of the NetType. The identification is guaranteed to be unique within the NetSpecification.

      Specified by:
      getIdentification in interface HasIdentification
      Returns:
      possible object is String
    • setIdentification

      public void setIdentification(String value)
      Sets the value of the identification property.
      Specified by:
      setIdentification in interface HasModifiableIdentification
      Parameters:
      value - allowed object is String
      See Also:
    • getDescriptions

      public List<VecAbstractLocalizedString> 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 set method 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 VecAbstractLocalizedString

      Room for additional, human readable information about theNetType.

      Specified by:
      getDescriptions in interface HasDescription<VecAbstractLocalizedString>
      Returns:
      The value of the descriptions property.
    • getSignalType

      public String getSignalType()
      Gets the value of the signalType property.
      Returns:
      possible object is String
    • setSignalType

      public void setSignalType(String value)
      Sets the value of the signalType property.
      Parameters:
      value - allowed object is String
    • getSignalSubType

      public String getSignalSubType()
      Gets the value of the signalSubType property.
      Returns:
      possible object is String
    • setSignalSubType

      public void setSignalSubType(String value)
      Sets the value of the signalSubType property.
      Parameters:
      value - allowed object is String
    • getSignalInformationType

      public String getSignalInformationType()
      Gets the value of the signalInformationType property.
      Returns:
      possible object is String
    • setSignalInformationType

      public void setSignalInformationType(String value)
      Sets the value of the signalInformationType property.
      Parameters:
      value - allowed object is String
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • getRefNet

      public Set<VecNet> getRefNet()
      Gets a Set of all VecNet that have a outgoing reference to this object.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      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.
    • getRefNetworkPort

      public Set<VecNetworkPort> getRefNetworkPort()
      Gets a Set of all VecNetworkPort that have a outgoing reference to this object.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      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.
    • getRefSignal

      public Set<VecSignal> getRefSignal()
      Gets a Set of all VecSignal that have a outgoing reference to this object.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      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.
    • getParentNetSpecification

      public VecNetSpecification getParentNetSpecification()
      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 a VecNetSpecification otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      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

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

      public String toString()
      Overrides:
      toString in class Object