Package org.cxml

Class ResourceID

java.lang.Object
org.cxml.ResourceID

public class ResourceID extends Object
  • Field Details

    • supplierResourceID

      protected String supplierResourceID
    • resourceType

      protected String resourceType
    • inputItemID

      protected InputItemID inputItemID
    • outputItemID

      protected OutputItemID outputItemID
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • ResourceID

      public ResourceID()
  • Method Details

    • getSupplierResourceID

      public String getSupplierResourceID()
      Gets the value of the supplierResourceID property.
      Returns:
      possible object is String
    • setSupplierResourceID

      public void setSupplierResourceID(String value)
      Sets the value of the supplierResourceID property.
      Parameters:
      value - allowed object is String
    • getResourceType

      public String getResourceType()
      Gets the value of the resourceType property.
      Returns:
      possible object is String
    • setResourceType

      public void setResourceType(String value)
      Sets the value of the resourceType property.
      Parameters:
      value - allowed object is String
    • getInputItemID

      public InputItemID getInputItemID()
      Gets the value of the inputItemID property.
      Returns:
      possible object is InputItemID
    • setInputItemID

      public void setInputItemID(InputItemID value)
      Sets the value of the inputItemID property.
      Parameters:
      value - allowed object is InputItemID
    • getOutputItemID

      public OutputItemID getOutputItemID()
      Gets the value of the outputItemID property.
      Returns:
      possible object is OutputItemID
    • setOutputItemID

      public void setOutputItemID(OutputItemID value)
      Sets the value of the outputItemID property.
      Parameters:
      value - allowed object is OutputItemID
    • getIdReference

      public List<IdReference> getIdReference()
      Gets the value of the idReference 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 idReference property.

      For example, to add a new item, do as follows:

          getIdReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdReference