|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.commons.core.v1.OrganizationTypes
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:45:16+02:00",
comments="JAXB RI v2.2.11")
public class OrganizationTypes
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="NameFr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NameNl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ValidationRegEx" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CheckDigitAlgorithm" type="{urn:be:fgov:ehealth:etee:commons:core:v1}CheckDigitType" minOccurs="0"/>
<element name="ETKUsageTypeAuthorized" type="{urn:be:fgov:ehealth:etee:commons:core:v1}ETKUsageType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OrganizationTypes()
|
|
| Method Summary | |
|---|---|
CheckDigitType |
getCheckDigitAlgorithm()
Gets the value of the checkDigitAlgorithm property. |
List<ETKUsageType> |
getETKUsageTypeAuthorizeds()
Gets the value of the etkUsageTypeAuthorizeds property. |
String |
getIdentifierType()
Gets the value of the identifierType property. |
String |
getNameFr()
Gets the value of the nameFr property. |
String |
getNameNl()
Gets the value of the nameNl property. |
String |
getValidationRegEx()
Gets the value of the validationRegEx property. |
void |
setCheckDigitAlgorithm(CheckDigitType value)
Sets the value of the checkDigitAlgorithm property. |
void |
setIdentifierType(String value)
Sets the value of the identifierType property. |
void |
setNameFr(String value)
Sets the value of the nameFr property. |
void |
setNameNl(String value)
Sets the value of the nameNl property. |
void |
setValidationRegEx(String value)
Sets the value of the validationRegEx property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationTypes()
| Method Detail |
|---|
public String getNameFr()
Stringpublic void setNameFr(String value)
value - allowed object is
Stringpublic String getNameNl()
Stringpublic void setNameNl(String value)
value - allowed object is
Stringpublic String getIdentifierType()
Stringpublic void setIdentifierType(String value)
value - allowed object is
Stringpublic String getValidationRegEx()
Stringpublic void setValidationRegEx(String value)
value - allowed object is
Stringpublic CheckDigitType getCheckDigitAlgorithm()
CheckDigitTypepublic void setCheckDigitAlgorithm(CheckDigitType value)
value - allowed object is
CheckDigitTypepublic List<ETKUsageType> getETKUsageTypeAuthorizeds()
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 etkUsageTypeAuthorizeds property.
For example, to add a new item, do as follows:
getETKUsageTypeAuthorizeds().add(newItem);
Objects of the following type(s) are allowed in the list
ETKUsageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||