public class MsgLocInfo extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}loc-token"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}loc-message"/>
<element ref="{http://java.sun.com/xml/ns/jbi/management-message}loc-param" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
locMessage |
protected List<String> |
locParam |
protected String |
locToken |
| Constructor and Description |
|---|
MsgLocInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocMessage()
Obtient la valeur de la propriété locMessage.
|
List<String> |
getLocParam()
Gets the value of the locParam property.
|
String |
getLocToken()
Obtient la valeur de la propriété locToken.
|
void |
setLocMessage(String value)
Définit la valeur de la propriété locMessage.
|
void |
setLocToken(String value)
Définit la valeur de la propriété locToken.
|
public String getLocToken()
Stringpublic void setLocToken(String value)
value - allowed object is
Stringpublic String getLocMessage()
Stringpublic void setLocMessage(String value)
value - allowed object is
Stringpublic List<String> getLocParam()
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 locParam property.
For example, to add a new item, do as follows:
getLocParam().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.