Class InterfacesForRDCT.IFImplementations
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfacesForRDCT.IFImplementations
-
- Enclosing class:
- InterfacesForRDCT
public static class InterfacesForRDCT.IFImplementations 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="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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ElectricalResourceDescCT
communication
protected ElectricalResourceDescCT
electric
protected MechanicalResourceDescCT
mechanic
protected ServiceResourceDescCT
service
-
Constructor Summary
Constructors Constructor Description IFImplementations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElectricalResourceDescCT
getCommunication()
Gets the value of the communication property.ElectricalResourceDescCT
getElectric()
Gets the value of the electric property.MechanicalResourceDescCT
getMechanic()
Gets the value of the mechanic property.ServiceResourceDescCT
getService()
Gets the value of the service property.void
setCommunication(ElectricalResourceDescCT value)
Sets the value of the communication property.void
setElectric(ElectricalResourceDescCT value)
Sets the value of the electric property.void
setMechanic(MechanicalResourceDescCT value)
Sets the value of the mechanic property.void
setService(ServiceResourceDescCT value)
Sets the value of the service property.
-
-
-
Field Detail
-
mechanic
protected MechanicalResourceDescCT mechanic
-
service
protected ServiceResourceDescCT service
-
electric
protected ElectricalResourceDescCT electric
-
communication
protected ElectricalResourceDescCT communication
-
-
Method Detail
-
getMechanic
public MechanicalResourceDescCT getMechanic()
Gets the value of the mechanic property.- Returns:
- possible object is
MechanicalResourceDescCT
-
setMechanic
public void setMechanic(MechanicalResourceDescCT value)
Sets the value of the mechanic property.- Parameters:
value
- allowed object isMechanicalResourceDescCT
-
getService
public ServiceResourceDescCT getService()
Gets the value of the service property.- Returns:
- possible object is
ServiceResourceDescCT
-
setService
public void setService(ServiceResourceDescCT value)
Sets the value of the service property.- Parameters:
value
- allowed object isServiceResourceDescCT
-
getElectric
public ElectricalResourceDescCT getElectric()
Gets the value of the electric property.- Returns:
- possible object is
ElectricalResourceDescCT
-
setElectric
public void setElectric(ElectricalResourceDescCT value)
Sets the value of the electric property.- Parameters:
value
- allowed object isElectricalResourceDescCT
-
getCommunication
public ElectricalResourceDescCT getCommunication()
Gets the value of the communication property.- Returns:
- possible object is
ElectricalResourceDescCT
-
setCommunication
public void setCommunication(ElectricalResourceDescCT value)
Sets the value of the communication property.- Parameters:
value
- allowed object isElectricalResourceDescCT
-
-