|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.bcp.protocol.v2.ServiceList
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T04:57:48+01:00",
comments="JAXB RI v2.2.11")
public class ServiceList
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:v2}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 Summary | |
|---|---|
ServiceList()
|
|
| Method Summary | |
|---|---|
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<Service> |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceList()
| Method Detail |
|---|
public List<Service> 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
Service
public Signature getSignature()
Signaturepublic void setSignature(Signature value)
value - allowed object is
Signaturepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getIssueInstant()
Stringpublic void setIssueInstant(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getEnvironment()
Stringpublic void setEnvironment(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||