Class ConnectionMethodCtrlAndCommRef
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ConnectionMethodCtrlAndCommRef
-
public class ConnectionMethodCtrlAndCommRef 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="MethodRelatedData" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" minOccurs="0"/> </sequence> <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
idRef
protected ExtensionDataCT
methodRelatedData
-
Constructor Summary
Constructors Constructor Description ConnectionMethodCtrlAndCommRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getIdRef()
Gets the value of the idRef property.ExtensionDataCT
getMethodRelatedData()
Gets the value of the methodRelatedData property.void
setIdRef(Object value)
Sets the value of the idRef property.void
setMethodRelatedData(ExtensionDataCT value)
Sets the value of the methodRelatedData property.
-
-
-
Field Detail
-
methodRelatedData
protected ExtensionDataCT methodRelatedData
-
idRef
protected Object idRef
-
-
Method Detail
-
getMethodRelatedData
public ExtensionDataCT getMethodRelatedData()
Gets the value of the methodRelatedData property.- Returns:
- possible object is
ExtensionDataCT
-
setMethodRelatedData
public void setMethodRelatedData(ExtensionDataCT value)
Sets the value of the methodRelatedData property.- Parameters:
value
- allowed object isExtensionDataCT
-
getIdRef
public Object getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
Object
-
-