@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:49:08+02:00", comments="JAXB RI v2.3.7") public class LegalPerson extends Object implements Serializable
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 and Description |
|---|
LegalPerson() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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[]
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.