@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:00:07+01:00", comments="JAXB RI v2.2.11") public class ServiceList extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Service" type="{urn:be:fgov:ehealth:bcp:protocol:v1}ServiceType" maxOccurs="unbounded"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/> </sequence> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Environment" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ServiceList() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment()
Gets the value of the environment property.
|
String |
getId()
Gets the value of the id property.
|
org.joda.time.DateTime |
getIssueInstant()
Gets the value of the issueInstant property.
|
List<ServiceType> |
getServices()
Gets the value of the services property.
|
Signature |
getSignature()
Gets the value of the signature property.
|
void |
setEnvironment(String value)
Sets the value of the environment property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIssueInstant(org.joda.time.DateTime value)
Sets the value of the issueInstant property.
|
void |
setSignature(Signature value)
Sets the value of the signature property.
|
public List<ServiceType> getServices()
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 services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceType
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
public void setId(String value)
value
- allowed object is
String
public org.joda.time.DateTime getIssueInstant()
String
public void setIssueInstant(org.joda.time.DateTime value)
value
- allowed object is
String
public String getEnvironment()
String
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.