Class ConnectionMethodCtrlAndCommCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ConnectionMethodCtrlAndCommCT
-
- Direct Known Subclasses:
GUIDefinitionCT
public class ConnectionMethodCtrlAndCommCT extends Object
Connection method for control and communication with the device CTJava class for ConnectionMethodCtrlAndComm_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionMethodCtrlAndComm_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation"/> <element name="LinkToDescriptionFile" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExternalFileResourceLink_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="Extensions" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<LocalizedStringCT>
comment
protected String
description
protected List<DocumentationCT>
documentation
protected ExtensionDataCT
extensions
protected String
id
protected List<LocalizedStringCT>
label
protected List<ExternalFileResourceLinkCT>
linkToDescriptionFile
protected String
name
-
Constructor Summary
Constructors Constructor Description ConnectionMethodCtrlAndCommCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LocalizedStringCT>
getComment()
Gets the value of the comment property.String
getDescription()
Gets the value of the description property.List<DocumentationCT>
getDocumentation()
Gets the value of the documentation property.ExtensionDataCT
getExtensions()
Gets the value of the extensions property.String
getId()
Gets the value of the id property.List<LocalizedStringCT>
getLabel()
Gets the value of the label property.List<ExternalFileResourceLinkCT>
getLinkToDescriptionFile()
Gets the value of the linkToDescriptionFile property.String
getName()
Gets the value of the name property.void
setDescription(String value)
Sets the value of the description property.void
setExtensions(ExtensionDataCT value)
Sets the value of the extensions property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.
-
-
-
Field Detail
-
label
protected List<LocalizedStringCT> label
-
comment
protected List<LocalizedStringCT> comment
-
documentation
protected List<DocumentationCT> documentation
-
linkToDescriptionFile
protected List<ExternalFileResourceLinkCT> linkToDescriptionFile
-
extensions
protected ExtensionDataCT extensions
-
id
protected String id
-
name
protected String name
-
description
protected String description
-
-
Method Detail
-
getLabel
public List<LocalizedStringCT> getLabel()
Gets the value of the label 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 label property.For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getComment
public List<LocalizedStringCT> getComment()
Gets the value of the comment 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 comment property.For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getDocumentation
public List<DocumentationCT> getDocumentation()
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentationCT
-
getLinkToDescriptionFile
public List<ExternalFileResourceLinkCT> getLinkToDescriptionFile()
Gets the value of the linkToDescriptionFile 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 linkToDescriptionFile property.For example, to add a new item, do as follows:
getLinkToDescriptionFile().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalFileResourceLinkCT
-
getExtensions
public ExtensionDataCT getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionDataCT
-
setExtensions
public void setExtensions(ExtensionDataCT value)
Sets the value of the extensions property.- Parameters:
value
- allowed object isExtensionDataCT
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-