|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.vsb.common.v2.WarningType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:54:11+02:00",
comments="JAXB RI v2.3.6")
public class WarningTypeused: Common.xsd (Warnings)
Java class for WarningType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WarningType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="KeyValuePair" type="{http://www.mercurius.vlaanderen.be/vsb/common/v2}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Translation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
WarningType()
|
|
| Method Summary | |
|---|---|
String |
getField()
Gets the value of the field property. |
List<KeyValuePairType> |
getKeyValuePairs()
Gets the value of the keyValuePairs property. |
String |
getTranslation()
Gets the value of the translation property. |
String |
getType()
Gets the value of the type property. |
void |
setField(String value)
Sets the value of the field property. |
void |
setTranslation(String value)
Sets the value of the translation property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WarningType()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic List<KeyValuePairType> getKeyValuePairs()
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 keyValuePairs property.
For example, to add a new item, do as follows:
getKeyValuePairs().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public String getTranslation()
Stringpublic void setTranslation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||