Package org.cxml
Class ResourceID
java.lang.Object
org.cxml.ResourceID
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdReference>protected InputItemIDprotected OutputItemIDprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the inputItemID property.Gets the value of the outputItemID property.Gets the value of the resourceType property.Gets the value of the supplierResourceID property.voidsetInputItemID(InputItemID value) Sets the value of the inputItemID property.voidsetOutputItemID(OutputItemID value) Sets the value of the outputItemID property.voidsetResourceType(String value) Sets the value of the resourceType property.voidsetSupplierResourceID(String value) Sets the value of the supplierResourceID property.
-
Field Details
-
supplierResourceID
-
resourceType
-
inputItemID
-
outputItemID
-
idReference
-
-
Constructor Details
-
ResourceID
public ResourceID()
-
-
Method Details
-
getSupplierResourceID
Gets the value of the supplierResourceID property.- Returns:
- possible object is
String
-
setSupplierResourceID
Sets the value of the supplierResourceID property.- Parameters:
value- allowed object isString
-
getResourceType
Gets the value of the resourceType property.- Returns:
- possible object is
String
-
setResourceType
Sets the value of the resourceType property.- Parameters:
value- allowed object isString
-
getInputItemID
Gets the value of the inputItemID property.- Returns:
- possible object is
InputItemID
-
setInputItemID
Sets the value of the inputItemID property.- Parameters:
value- allowed object isInputItemID
-
getOutputItemID
Gets the value of the outputItemID property.- Returns:
- possible object is
OutputItemID
-
setOutputItemID
Sets the value of the outputItemID property.- Parameters:
value- allowed object isOutputItemID
-
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
setmethod 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
-