Class ResourceDescHWInterfaceCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ResourceDescHWInterfaceCT
-
- Direct Known Subclasses:
ElectricalResourceDescCT
,MechanicalResourceDescCT
,ServiceResourceDescCT
public class ResourceDescHWInterfaceCT extends Object
Commonalities shared between HW InterfacesJava class for ResourceDescHWInterface_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceDescHWInterface_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Interfaces"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Interface" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InterfaceImplRD_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceDescHWInterfaceCT.Interfaces
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionDataCT
extension
protected ResourceDescHWInterfaceCT.Interfaces
interfaces
-
Constructor Summary
Constructors Constructor Description ResourceDescHWInterfaceCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionDataCT
getExtension()
Gets the value of the extension property.ResourceDescHWInterfaceCT.Interfaces
getInterfaces()
Gets the value of the interfaces property.void
setExtension(ExtensionDataCT value)
Sets the value of the extension property.void
setInterfaces(ResourceDescHWInterfaceCT.Interfaces value)
Sets the value of the interfaces property.
-
-
-
Field Detail
-
interfaces
protected ResourceDescHWInterfaceCT.Interfaces interfaces
-
extension
protected ExtensionDataCT extension
-
-
Method Detail
-
getInterfaces
public ResourceDescHWInterfaceCT.Interfaces getInterfaces()
Gets the value of the interfaces property.- Returns:
- possible object is
ResourceDescHWInterfaceCT.Interfaces
-
setInterfaces
public void setInterfaces(ResourceDescHWInterfaceCT.Interfaces value)
Sets the value of the interfaces property.- Parameters:
value
- allowed object isResourceDescHWInterfaceCT.Interfaces
-
getExtension
public ExtensionDataCT getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ExtensionDataCT
-
setExtension
public void setExtension(ExtensionDataCT value)
Sets the value of the extension property.- Parameters:
value
- allowed object isExtensionDataCT
-
-