@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:35:59+02:00", comments="JAXB RI v2.2.11") public class WarningType extends Object implements Serializable
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 and Description |
---|
WarningType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public 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()
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.