@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:21:17+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()
EndpointList
public void setEndpointList(EndpointList value)
value
- allowed object is
EndpointList
public Cache getCache()
Cache
public void setCache(Cache value)
value
- allowed object is
Cache
public void setId(String value)
value
- allowed object is
String
public String getName()
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.