|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.bcp.protocol.v2.Service
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:40:22+02:00", comments="JAXB RI v2.2.11") public class Service
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 Summary | |
---|---|
Service()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Service()
Method Detail |
---|
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 String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |