Class SpecificationLinkType


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>
 
  • Field Details

    • usageDescription

      protected InternationalStringType usageDescription
    • usageParameter

      protected List<String> usageParameter
    • serviceBinding

      protected String serviceBinding
    • specificationObject

      protected String specificationObject
  • Constructor Details

    • SpecificationLinkType

      public SpecificationLinkType()
  • Method Details

    • getUsageDescription

      public InternationalStringType getUsageDescription()
      Gets the value of the usageDescription property.
      Returns:
      possible object is InternationalStringType
    • setUsageDescription

      public void setUsageDescription(InternationalStringType value)
      Sets the value of the usageDescription property.
      Parameters:
      value - allowed object is InternationalStringType
    • getUsageParameter

      public List<String> 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

      public String getServiceBinding()
      Gets the value of the serviceBinding property.
      Returns:
      possible object is String
    • setServiceBinding

      public void setServiceBinding(String value)
      Sets the value of the serviceBinding property.
      Parameters:
      value - allowed object is String
    • getSpecificationObject

      public String getSpecificationObject()
      Gets the value of the specificationObject property.
      Returns:
      possible object is String
    • setSpecificationObject

      public void setSpecificationObject(String value)
      Sets the value of the specificationObject property.
      Parameters:
      value - allowed object is String