@Generated(value="com.sun.tools.xjc.Driver", date="2026-04-29T11:40:05+02:00", comments="JAXB RI v2.3.7") public class PolicyGroup extends Object implements Serializable
Java class for PolicyGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:be:fgov:ehealth:bcp:protocol:v3}Policy" maxOccurs="unbounded"/>
</sequence>
<attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PolicyGroup() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getNotBefore()
Gets the value of the notBefore property.
|
org.joda.time.DateTime |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
List<Policy> |
getPolicies()
Gets the value of the policies property.
|
void |
setNotBefore(org.joda.time.DateTime value)
Sets the value of the notBefore property.
|
void |
setNotOnOrAfter(org.joda.time.DateTime value)
Sets the value of the notOnOrAfter property.
|
public List<Policy> getPolicies()
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 policies property.
For example, to add a new item, do as follows:
getPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
Policy
public org.joda.time.DateTime getNotBefore()
Stringpublic void setNotBefore(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getNotOnOrAfter()
Stringpublic void setNotOnOrAfter(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging PERSDIETICIAN 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.