|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class EHealthCertificateRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ContactData" type="{urn:be:fgov:ehealth:etee:ra:csr:1_0:protocol}ContactDataType"/> <element name="AdditionalSearchCriterium" type="{urn:be:fgov:ehealth:etee:ra:csr:1_0:protocol}SearchCriteriumType" maxOccurs="unbounded" minOccurs="0"/> <element name="Csr" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="Contract" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence> <element name="UsagesType" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UsageType" type="{urn:be:fgov:ehealth:etee:ra:csr:1_0:protocol}UsageType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <element name="EHActorQualitiesSignedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EHealthCertificateRequest()
|
Method Summary | |
---|---|
List<SearchCriteriumType> |
getAdditionalSearchCriteria()
Gets the value of the additionalSearchCriteria property. |
ContactDataType |
getContactData()
Gets the value of the contactData property. |
String |
getContract()
Gets the value of the contract property. |
byte[] |
getCsr()
Gets the value of the csr property. |
byte[] |
getEHActorQualitiesSignedData()
Gets the value of the ehActorQualitiesSignedData property. |
UsagesType |
getUsagesType()
Gets the value of the usagesType property. |
void |
setContactData(ContactDataType value)
Sets the value of the contactData property. |
void |
setContract(String value)
Sets the value of the contract property. |
void |
setCsr(byte[] value)
Sets the value of the csr property. |
void |
setEHActorQualitiesSignedData(byte[] value)
Sets the value of the ehActorQualitiesSignedData property. |
void |
setUsagesType(UsagesType value)
Sets the value of the usagesType property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EHealthCertificateRequest()
Method Detail |
---|
public ContactDataType getContactData()
ContactDataType
public void setContactData(ContactDataType value)
value
- allowed object is
ContactDataType
public List<SearchCriteriumType> getAdditionalSearchCriteria()
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 additionalSearchCriteria property.
For example, to add a new item, do as follows:
getAdditionalSearchCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
SearchCriteriumType
public byte[] getCsr()
public void setCsr(byte[] value)
value
- allowed object is
byte[]public String getContract()
String
public void setContract(String value)
value
- allowed object is
String
public UsagesType getUsagesType()
UsagesType
public void setUsagesType(UsagesType value)
value
- allowed object is
UsagesType
public byte[] getEHActorQualitiesSignedData()
public void setEHActorQualitiesSignedData(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |