public class ComChannel extends ParameterType implements java.io.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 java.lang.String |
channelType |
protected java.lang.String |
channelTypeDetails |
protected java.util.List<java.lang.String> |
channelUsages |
protected java.lang.String |
locator |
| Constructor and Description |
|---|
ComChannel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelType()
Gets the value of the channelType property.
|
java.lang.String |
getChannelTypeDetails()
Gets the value of the channelTypeDetails property.
|
java.util.List<java.lang.String> |
getChannelUsages()
Gets the value of the channelUsages property.
|
java.lang.String |
getLocator()
Gets the value of the locator property.
|
void |
setChannelType(java.lang.String value)
Sets the value of the channelType property.
|
void |
setChannelTypeDetails(java.lang.String value)
Sets the value of the channelTypeDetails property.
|
void |
setLocator(java.lang.String value)
Sets the value of the locator property.
|
protected java.lang.String channelType
protected java.lang.String channelTypeDetails
protected java.util.List<java.lang.String> channelUsages
protected java.lang.String locator
public java.lang.String getChannelType()
Stringpublic void setChannelType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChannelTypeDetails()
Stringpublic void setChannelTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getLocator()
Stringpublic void setLocator(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.