- 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the descriptions property.Gets the value of the identification property.Gets a reference to the parent of this object in the XML DOM Tree.Gets aSetof allVecNetthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Gets aSetof allVecNetworkPortthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Gets aSetof allVecSignalthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Gets the value of the signalInformationType property.Gets the value of the signalSubType property.Gets the value of the signalType property.getXmlId()Gets the value of the xmlId property.voidsetIdentification(String value) Sets the value of the identification property.voidsetSignalInformationType(String value) Sets the value of the signalInformationType property.voidsetSignalSubType(String value) Sets the value of the signalSubType property.voidsetSignalType(String value) Sets the value of the signalType property.voidSets the value of the xmlId property.toString()
-
Field Details
-
identification
Specifies a unique identification of the NetType. The identification is guaranteed to be unique within the NetSpecification.
-
descriptions
Room for additional, human readable information about theNetType.
-
signalType
-
signalSubType
-
signalInformationType
-
xmlId
-
-
Constructor Details
-
VecNetType
public VecNetType()
-
-
Method Details
-
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:
getIdentificationin interfaceHasIdentification- Returns:
- possible object is
String
-
setIdentification
Sets the value of the identification property.- Specified by:
setIdentificationin interfaceHasModifiableIdentification- Parameters:
value- allowed object isString- See Also:
-
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
setmethod 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
VecAbstractLocalizedStringRoom for additional, human readable information about theNetType.
- Specified by:
getDescriptionsin interfaceHasDescription<VecAbstractLocalizedString>- Returns:
- The value of the descriptions property.
-
getSignalType
Gets the value of the signalType property.- Returns:
- possible object is
String
-
setSignalType
Sets the value of the signalType property.- Parameters:
value- allowed object isString
-
getSignalSubType
Gets the value of the signalSubType property.- Returns:
- possible object is
String
-
setSignalSubType
Sets the value of the signalSubType property.- Parameters:
value- allowed object isString
-
getSignalInformationType
Gets the value of the signalInformationType property.- Returns:
- possible object is
String
-
setSignalInformationType
Sets the value of the signalInformationType property.- Parameters:
value- allowed object isString
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
getRefNet
Gets aSetof allVecNetthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
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
Gets aSetof allVecNetworkPortthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
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
Gets aSetof allVecSignalthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
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
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 aVecNetSpecificationotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
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
-
toString
-