Class ImageEnhancementOp

java.lang.Object
org.cip4.lib.xjdf.schema.ImageEnhancementOp
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class ImageEnhancementOp extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Operation" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="OperationDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="SourceObjects" type="{http://www.CIP4.org/JDFSchema_2_0}SourceObjects" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • operation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String operation
    • operationDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String operationDetails
    • sourceObjects

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<String> sourceObjects
  • Constructor Details

    • ImageEnhancementOp

      public ImageEnhancementOp()
  • Method Details

    • getOperation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • getOperationDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getOperationDetails()
      Gets the value of the operationDetails property.
      Returns:
      possible object is String
    • setOperationDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOperationDetails(String value)
      Sets the value of the operationDetails property.
      Parameters:
      value - allowed object is String
    • getSourceObjects

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getSourceObjects()
      Gets the value of the sourceObjects 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 sourceObjects property.

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

       getSourceObjects().add(newItem);
       

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

      Returns:
      The value of the sourceObjects property.
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • withOperation

      public ImageEnhancementOp withOperation(String value)
    • withOperationDetails

      public ImageEnhancementOp withOperationDetails(String value)
    • withSourceObjects

      public ImageEnhancementOp withSourceObjects(String... values)
    • withSourceObjects

      public ImageEnhancementOp withSourceObjects(Collection<String> values)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object