public class ComChannel extends ParameterType implements Serializable
Java class for ComChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComChannel">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ChannelType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ChannelTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ChannelUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Locator" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelType |
protected String |
channelTypeDetails |
protected List<String> |
channelUsages |
protected String |
locator |
| Constructor and Description |
|---|
ComChannel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelType()
Gets the value of the channelType property.
|
String |
getChannelTypeDetails()
Gets the value of the channelTypeDetails property.
|
List<String> |
getChannelUsages()
Gets the value of the channelUsages property.
|
String |
getLocator()
Gets the value of the locator property.
|
void |
setChannelType(String value)
Sets the value of the channelType property.
|
void |
setChannelTypeDetails(String value)
Sets the value of the channelTypeDetails property.
|
void |
setLocator(String value)
Sets the value of the locator property.
|
protected String channelType
protected String channelTypeDetails
protected String locator
public String getChannelType()
Stringpublic void setChannelType(String value)
value - allowed object is
Stringpublic String getChannelTypeDetails()
Stringpublic void setChannelTypeDetails(String value)
value - allowed object is
Stringpublic List<String> getChannelUsages()
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 channelUsages property.
For example, to add a new item, do as follows:
getChannelUsages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getLocator()
StringCopyright © 2012. All Rights Reserved.