|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.OrganizationDescriberType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:57:26+02:00",
comments="JAXB RI v2.3.6")
public class OrganizationDescriberTypeMetadata on supported organization.
Java class for OrganizationDescriberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationDescriberType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrganizationTypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:be:fgov:ehealth:aa:complextype:v1}OrganizationTypeFriendlyName" maxOccurs="unbounded"/>
<element name="OrganizationType" type="{urn:be:fgov:ehealth:aa:complextype:v1}OrganizationIdentifierType"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute"/>
<element name="CheckDigit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Regex" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AllowedBaseServices" type="{urn:be:fgov:ehealth:aa:complextype:v1}BaseServiceListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OrganizationDescriberType()
|
|
| Method Summary | |
|---|---|
BaseServiceListType |
getAllowedBaseServices()
Gets the value of the allowedBaseServices property. |
Attribute |
getAttribute()
Gets the value of the attribute property. |
String |
getCheckDigit()
Gets the value of the checkDigit property. |
OrganizationIdentifierType |
getOrganizationType()
Gets the value of the organizationType property. |
String |
getOrganizationTypeCode()
Gets the value of the organizationTypeCode property. |
List<NameType> |
getOrganizationTypeFriendlyNames()
Gets the value of the organizationTypeFriendlyNames property. |
String |
getRegex()
Gets the value of the regex property. |
void |
setAllowedBaseServices(BaseServiceListType value)
Sets the value of the allowedBaseServices property. |
void |
setAttribute(Attribute value)
Sets the value of the attribute property. |
void |
setCheckDigit(String value)
Sets the value of the checkDigit property. |
void |
setOrganizationType(OrganizationIdentifierType value)
Sets the value of the organizationType property. |
void |
setOrganizationTypeCode(String value)
Sets the value of the organizationTypeCode property. |
void |
setRegex(String value)
Sets the value of the regex property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationDescriberType()
| Method Detail |
|---|
public String getOrganizationTypeCode()
Stringpublic void setOrganizationTypeCode(String value)
value - allowed object is
Stringpublic List<NameType> getOrganizationTypeFriendlyNames()
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 organizationTypeFriendlyNames property.
For example, to add a new item, do as follows:
getOrganizationTypeFriendlyNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public OrganizationIdentifierType getOrganizationType()
OrganizationIdentifierTypepublic void setOrganizationType(OrganizationIdentifierType value)
value - allowed object is
OrganizationIdentifierTypepublic Attribute getAttribute()
Attributepublic void setAttribute(Attribute value)
value - allowed object is
Attributepublic String getCheckDigit()
Stringpublic void setCheckDigit(String value)
value - allowed object is
Stringpublic String getRegex()
Stringpublic void setRegex(String value)
value - allowed object is
Stringpublic BaseServiceListType getAllowedBaseServices()
BaseServiceListTypepublic void setAllowedBaseServices(BaseServiceListType value)
value - allowed object is
BaseServiceListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||