@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:28+02:00", comments="JAXB RI v2.2.11") public class OrganizationIdentifierType extends Object implements Serializable
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 and Description |
---|
OrganizationIdentifierType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public TextType getName()
TextType
public void setName(TextType value)
value
- allowed object is
TextType
public String getIdentifierType()
String
public void setIdentifierType(String value)
value
- allowed object is
String
public String getValidationRegEx()
String
public void setValidationRegEx(String value)
value
- allowed object is
String
public 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
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.