Class ServiceBindingType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.ServiceBindingType
Java class for ServiceBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceBindingType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SpecificationLink" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="service" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="accessURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="targetBinding" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected List<SpecificationLinkType>
protected String
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accessURI property.Gets the value of the service property.Gets the value of the specificationLink property.Gets the value of the targetBinding property.void
setAccessURI
(String value) Sets the value of the accessURI property.void
setService
(String value) Sets the value of the service property.void
setTargetBinding
(String value) Sets the value of the targetBinding property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
specificationLink
-
service
-
accessURI
-
targetBinding
-
-
Constructor Details
-
ServiceBindingType
public ServiceBindingType()
-
-
Method Details
-
getSpecificationLink
Gets the value of the specificationLink property.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 specificationLink property.For example, to add a new item, do as follows:
getSpecificationLink().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificationLinkType
-
getService
Gets the value of the service property.- Returns:
- possible object is
String
-
setService
Sets the value of the service property.- Parameters:
value
- allowed object isString
-
getAccessURI
Gets the value of the accessURI property.- Returns:
- possible object is
String
-
setAccessURI
Sets the value of the accessURI property.- Parameters:
value
- allowed object isString
-
getTargetBinding
Gets the value of the targetBinding property.- Returns:
- possible object is
String
-
setTargetBinding
Sets the value of the targetBinding property.- Parameters:
value
- allowed object isString
-