public class CustomerMessage extends Object implements 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 List<ComChannel> |
comChannels |
protected String |
language |
protected List<String> |
messageEvents |
protected List<String> |
showLists |
| Constructor and Description |
|---|
CustomerMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<ComChannel> |
getComChannels()
Gets the value of the comChannels property.
|
String |
getLanguage()
Gets the value of the language property.
|
List<String> |
getMessageEvents()
Gets the value of the messageEvents property.
|
List<String> |
getShowLists()
Gets the value of the showLists property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
protected List<ComChannel> comChannels
protected String language
public 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 List<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 String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic List<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.