|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.idsupport.core.v2.ValidationResult
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:24:49+02:00",
comments="JAXB RI v2.2.11")
public class ValidationResultResult of id validation.
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 Summary | |
|---|---|
ValidationResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationResult()
| Method Detail |
|---|
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()
Stringpublic void setCard(String value)
value - allowed object is
Stringpublic String getIsValidCombination()
Stringpublic void setIsValidCombination(String value)
value - allowed object is
Stringpublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||