@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:54:40+02:00", comments="JAXB RI v2.2.11") public class ServiceType 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="Endpoint" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="Status" use="required" type="{urn:be:fgov:ehealth:bcp:protocol:v1}StatusType" /> <attribute name="Order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </simpleContent> </complexType> </element> </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 |
---|
ServiceType() |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
getEndpoints()
Gets the value of the endpoints property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
public List<Endpoint> getEndpoints()
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 endpoints property.
For example, to add a new item, do as follows:
getEndpoints().add(newItem);
Objects of the following type(s) are allowed in the list
Endpoint
public void setId(String value)
value
- allowed object is
String
public String getName()
String
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.