@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:59:12+01:00", comments="JAXB RI v2.2.11") public class ValidationResult extends Object implements Serializable
Java class for ValidationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationResultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="Id" type="{urn:be:fgov:ehealth:commons:core:v2}IdType" maxOccurs="unbounded" minOccurs="0"/> <element name="Card" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsValidCombination" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Info" type="{urn:be:fgov:ehealth:idsupport:core:v2}ValidationInfoType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCard()
Gets the value of the card property.
|
List<Id> |
getIds()
Gets the value of the ids property.
|
List<ValidationInfoType> |
getInfos()
Gets the value of the infos property.
|
String |
getIsValidCombination()
Gets the value of the isValidCombination property.
|
void |
setCard(String value)
Sets the value of the card property.
|
void |
setIsValidCombination(String value)
Sets the value of the isValidCombination property.
|
public List<Id> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
Id
public String getCard()
String
public void setCard(String value)
value
- allowed object is
String
public String getIsValidCombination()
String
public void setIsValidCombination(String value)
value
- allowed object is
String
public List<ValidationInfoType> getInfos()
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 infos property.
For example, to add a new item, do as follows:
getInfos().add(newItem);
Objects of the following type(s) are allowed in the list
ValidationInfoType
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.