|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.certra.protocol.v1.RaResponseType
be.fgov.ehealth.certra.protocol.v1.GetExistingApplicationIdsResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:09:35+02:00", comments="JAXB RI v2.2.6") public class GetExistingApplicationIdsResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:be:fgov:ehealth:certra:protocol:v1}RaResponseType"> <sequence minOccurs="0"> <element name="SearchCriterium" type="{urn:be:fgov:ehealth:certra:protocol:v1}SearchCriteriumType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetExistingApplicationIdsResponse()
|
Method Summary | |
---|---|
List<SearchCriteriumType> |
getSearchCriteria()
Gets the value of the searchCriteria property. |
Methods inherited from class be.fgov.ehealth.certra.protocol.v1.RaResponseType |
---|
getErrors, getId, getResponse, setId, setResponse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetExistingApplicationIdsResponse()
Method Detail |
---|
public List<SearchCriteriumType> getSearchCriteria()
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 searchCriteria property.
For example, to add a new item, do as follows:
getSearchCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
SearchCriteriumType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |