public class CustomerMessage
extends java.lang.Object
implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ComChannel" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MessageEvents" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Language" type="{http://www.CIP4.org/JDFSchema_2_0}language" />
<attribute name="ShowList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ComChannel> |
comChannels |
protected java.lang.String |
language |
protected java.util.List<java.lang.String> |
messageEvents |
protected java.util.List<java.lang.String> |
showLists |
| Constructor and Description |
|---|
CustomerMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComChannel> |
getComChannels()
Gets the value of the comChannels property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.util.List<java.lang.String> |
getMessageEvents()
Gets the value of the messageEvents property.
|
java.util.List<java.lang.String> |
getShowLists()
Gets the value of the showLists property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
protected java.util.List<ComChannel> comChannels
protected java.util.List<java.lang.String> messageEvents
protected java.lang.String language
protected java.util.List<java.lang.String> showLists
public java.util.List<ComChannel> getComChannels()
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 comChannels property.
For example, to add a new item, do as follows:
getComChannels().add(newItem);
Objects of the following type(s) are allowed in the list
ComChannel
public java.util.List<java.lang.String> getMessageEvents()
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 messageEvents property.
For example, to add a new item, do as follows:
getMessageEvents().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getShowLists()
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 showLists property.
For example, to add a new item, do as follows:
getShowLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.