Class InterfacesForRDCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfacesForRDCT
-
public class InterfacesForRDCT extends Object
Specification of Interfaces (partially inherited from the AbstractResourceDesc)Java class for InterfacesForRD_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterfacesForRD_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IFImplementations"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Mechanic" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}MechanicalResourceDesc_CT" minOccurs="0"/> <element name="Service" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ServiceResourceDesc_CT" minOccurs="0"/> <element name="Electric" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ElectricalResourceDesc_CT" minOccurs="0"/> <element name="Communication" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ElectricalResourceDesc_CT" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfacesForRDCT.IFImplementations
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected InterfacesForRDCT.IFImplementations
ifImplementations
-
Constructor Summary
Constructors Constructor Description InterfacesForRDCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfacesForRDCT.IFImplementations
getIFImplementations()
Gets the value of the ifImplementations property.void
setIFImplementations(InterfacesForRDCT.IFImplementations value)
Sets the value of the ifImplementations property.
-
-
-
Field Detail
-
ifImplementations
protected InterfacesForRDCT.IFImplementations ifImplementations
-
-
Method Detail
-
getIFImplementations
public InterfacesForRDCT.IFImplementations getIFImplementations()
Gets the value of the ifImplementations property.- Returns:
- possible object is
InterfacesForRDCT.IFImplementations
-
setIFImplementations
public void setIFImplementations(InterfacesForRDCT.IFImplementations value)
Sets the value of the ifImplementations property.- Parameters:
value
- allowed object isInterfacesForRDCT.IFImplementations
-
-