Class SpecificationLinkType
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.SpecificationLinkType
Java class for SpecificationLinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificationLinkType"> <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}UsageDescription" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}UsageParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="serviceBinding" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="specificationObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected InternationalStringType
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 serviceBinding property.Gets the value of the specificationObject property.Gets the value of the usageDescription property.Gets the value of the usageParameter property.void
setServiceBinding
(String value) Sets the value of the serviceBinding property.void
setSpecificationObject
(String value) Sets the value of the specificationObject property.void
Sets the value of the usageDescription 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
-
usageDescription
-
usageParameter
-
serviceBinding
-
specificationObject
-
-
Constructor Details
-
SpecificationLinkType
public SpecificationLinkType()
-
-
Method Details
-
getUsageDescription
Gets the value of the usageDescription property.- Returns:
- possible object is
InternationalStringType
-
setUsageDescription
Sets the value of the usageDescription property.- Parameters:
value
- allowed object isInternationalStringType
-
getUsageParameter
Gets the value of the usageParameter 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 usageParameter property.For example, to add a new item, do as follows:
getUsageParameter().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getServiceBinding
Gets the value of the serviceBinding property.- Returns:
- possible object is
String
-
setServiceBinding
Sets the value of the serviceBinding property.- Parameters:
value
- allowed object isString
-
getSpecificationObject
Gets the value of the specificationObject property.- Returns:
- possible object is
String
-
setSpecificationObject
Sets the value of the specificationObject property.- Parameters:
value
- allowed object isString
-