|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:14:41+01:00",
comments="JAXB RI v2.3.6")
public class OrganizationIdentifierTypeDescribes the details of an identifier type that can be used by organizations. An identifier has a unique type name and a human readable name in at least one language. Some identifiers have to follow a certain pattern and logic, in those cases the legal values are described through a regular expression and "check digit" algorithm.
Java class for OrganizationIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationIdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:certra:core:v2}TextType"/>
<element name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="ValidationRegEx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CheckDigitAlgorithm" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="AvailableBaseService" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OrganizationIdentifierType()
|
|
| Method Summary | |
|---|---|
List<String> |
getAvailableBaseServices()
Gets the value of the availableBaseServices property. |
List<String> |
getCheckDigitAlgorithms()
Gets the value of the checkDigitAlgorithms property. |
String |
getIdentifierType()
Gets the value of the identifierType property. |
TextType |
getName()
Gets the value of the name property. |
String |
getValidationRegEx()
Gets the value of the validationRegEx property. |
void |
setIdentifierType(String value)
Sets the value of the identifierType property. |
void |
setName(TextType value)
Sets the value of the name 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 OrganizationIdentifierType()
| Method Detail |
|---|
public TextType getName()
TextTypepublic void setName(TextType value)
value - allowed object is
TextTypepublic String getIdentifierType()
Stringpublic void setIdentifierType(String value)
value - allowed object is
Stringpublic String getValidationRegEx()
Stringpublic void setValidationRegEx(String value)
value - allowed object is
Stringpublic List<String> getCheckDigitAlgorithms()
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 checkDigitAlgorithms property.
For example, to add a new item, do as follows:
getCheckDigitAlgorithms().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAvailableBaseServices()
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 availableBaseServices property.
For example, to add a new item, do as follows:
getAvailableBaseServices().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||