Class ImplementationCT.PLCRelated
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ImplementationCT.PLCRelated
-
- Enclosing class:
- ImplementationCT
public static class ImplementationCT.PLCRelated 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="Symbols"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImplementationCT.PLCRelated.Symbols
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ImplementationCT.PLCRelated.Symbols
symbols
-
Constructor Summary
Constructors Constructor Description PLCRelated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImplementationCT.PLCRelated.Symbols
getSymbols()
Gets the value of the symbols property.void
setSymbols(ImplementationCT.PLCRelated.Symbols value)
Sets the value of the symbols property.
-
-
-
Field Detail
-
symbols
protected ImplementationCT.PLCRelated.Symbols symbols
-
-
Method Detail
-
getSymbols
public ImplementationCT.PLCRelated.Symbols getSymbols()
Gets the value of the symbols property.- Returns:
- possible object is
ImplementationCT.PLCRelated.Symbols
-
setSymbols
public void setSymbols(ImplementationCT.PLCRelated.Symbols value)
Sets the value of the symbols property.- Parameters:
value
- allowed object isImplementationCT.PLCRelated.Symbols
-
-