Class ImplementationCT.PLCRelated.Symbols
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ImplementationCT.PLCRelated.Symbols
-
- Enclosing class:
- ImplementationCT.PLCRelated
public static class ImplementationCT.PLCRelated.Symbols extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Symbol" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Symbol_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="SymbolRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolRefTypePort_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Symbols()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SymbolCT>
getSymbol()
Gets the value of the symbol property.List<SymbolRefTypePortCT>
getSymbolRef()
Gets the value of the symbolRef property.
-
-
-
Field Detail
-
symbolRef
protected List<SymbolRefTypePortCT> symbolRef
-
-
Method Detail
-
getSymbol
public List<SymbolCT> getSymbol()
Gets the value of the symbol 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 JAXB object. This is why there is not a
set
method for the symbol property.For example, to add a new item, do as follows:
getSymbol().add(newItem);
Objects of the following type(s) are allowed in the list
SymbolCT
-
getSymbolRef
public List<SymbolRefTypePortCT> getSymbolRef()
Gets the value of the symbolRef 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 JAXB object. This is why there is not a
set
method for the symbolRef property.For example, to add a new item, do as follows:
getSymbolRef().add(newItem);
Objects of the following type(s) are allowed in the list
SymbolRefTypePortCT
-
-