@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:23:11+02:00", comments="JAXB RI v2.2.11") public class Service extends Object implements Serializable
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EndpointList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:be:fgov:ehealth:bcp:protocol:v2}Endpoint" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:be:fgov:ehealth:bcp:protocol:v2}Cache" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
getCache()
Gets the value of the cache property.
|
EndpointList |
getEndpointList()
Gets the value of the endpointList property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCache(Cache value)
Sets the value of the cache property.
|
void |
setEndpointList(EndpointList value)
Sets the value of the endpointList property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
public EndpointList getEndpointList()
EndpointListpublic void setEndpointList(EndpointList value)
value - allowed object is
EndpointListpublic Cache getCache()
Cachepublic void setCache(Cache value)
value - allowed object is
Cachepublic void setId(String value)
value - allowed object is
Stringpublic String getName()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.