|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.ra.aqdr._1_0.protocol.LegalPerson
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:42:02+02:00",
comments="JAXB RI v2.3.6")
public class LegalPerson
Java class for LegalPerson complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LegalPerson">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NameFr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NameNl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Identifier">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AAOrganizationAuth" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LegalPerson()
|
|
| Method Summary | |
|---|---|
byte[] |
getAAOrganizationAuth()
Gets the value of the aaOrganizationAuth property. |
List<Organization> |
getOrganizations()
Gets the value of the organizations property. |
void |
setAAOrganizationAuth(byte[] value)
Sets the value of the aaOrganizationAuth property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LegalPerson()
| Method Detail |
|---|
public List<Organization> getOrganizations()
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 organizations property.
For example, to add a new item, do as follows:
getOrganizations().add(newItem);
Objects of the following type(s) are allowed in the list
Organization
public byte[] getAAOrganizationAuth()
public void setAAOrganizationAuth(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||