Class ImplementationCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ImplementationCT
-
public class ImplementationCT extends Object
Implementations related informationJava class for Implementation_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Implementation_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PLC_Related" minOccurs="0"> <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> </element> <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImplementationCT.PLCRelated
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<ExtensionDataCT>
extension
protected ImplementationCT.PLCRelated
plcRelated
-
Constructor Summary
Constructors Constructor Description ImplementationCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExtensionDataCT>
getExtension()
Gets the value of the extension property.ImplementationCT.PLCRelated
getPLCRelated()
Gets the value of the plcRelated property.void
setPLCRelated(ImplementationCT.PLCRelated value)
Sets the value of the plcRelated property.
-
-
-
Field Detail
-
plcRelated
protected ImplementationCT.PLCRelated plcRelated
-
extension
protected List<ExtensionDataCT> extension
-
-
Method Detail
-
getPLCRelated
public ImplementationCT.PLCRelated getPLCRelated()
Gets the value of the plcRelated property.- Returns:
- possible object is
ImplementationCT.PLCRelated
-
setPLCRelated
public void setPLCRelated(ImplementationCT.PLCRelated value)
Sets the value of the plcRelated property.- Parameters:
value
- allowed object isImplementationCT.PLCRelated
-
getExtension
public List<ExtensionDataCT> getExtension()
Gets the value of the extension 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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionDataCT
-
-