Class ExecCapabilitiesCT.SharedPortSymbols
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapabilitiesCT.SharedPortSymbols
-
- Enclosing class:
- ExecCapabilitiesCT
public static class ExecCapabilitiesCT.SharedPortSymbols 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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SharedPortSymbols()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SymbolCT>
getSymbol()
Gets the value of the symbol property.
-
-
-
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
-
-