@Generated(value="com.sun.tools.xjc.Driver", date="2026-04-29T11:40:05+02:00", comments="JAXB RI v2.3.7") public class Endpoint extends Object implements Serializable
Java class for EndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:be:fgov:ehealth:bcp:protocol:v3}PolicyGroup" maxOccurs="unbounded" minOccurs="0"/>
<element name="Uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="Order" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="Status" type="{urn:be:fgov:ehealth:bcp:protocol:v3}StatusType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getOrder()
Gets the value of the order property.
|
List<PolicyGroup> |
getPolicyGroups()
Gets the value of the policyGroups property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setOrder(BigInteger value)
Sets the value of the order property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
public List<PolicyGroup> getPolicyGroups()
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 policyGroups property.
For example, to add a new item, do as follows:
getPolicyGroups().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyGroup
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusType
Connector Packaging PERSNURSE 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.