public class SpecificationLinkType extends RegistryObjectType
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>
| Constructor and Description |
|---|
SpecificationLinkType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceBinding()
Gets the value of the serviceBinding property.
|
String |
getSpecificationObject()
Gets the value of the specificationObject property.
|
InternationalStringType |
getUsageDescription()
Gets the value of the usageDescription property.
|
List<String> |
getUsageParameter()
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 |
setUsageDescription(InternationalStringType value)
Sets the value of the usageDescription property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic InternationalStringType getUsageDescription()
InternationalStringTypepublic void setUsageDescription(InternationalStringType value)
value - allowed object is
InternationalStringTypepublic List<String> getUsageParameter()
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
public String getServiceBinding()
Stringpublic void setServiceBinding(String value)
value - allowed object is
Stringpublic String getSpecificationObject()
StringCopyright © 2010–2025. All rights reserved.