Package org.cip4.lib.xjdf.schema
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the operation property.Gets the value of the operationDetails property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the sourceObjects property.inthashCode()voidsetOperation(String value) Sets the value of the operation property.voidsetOperationDetails(String value) Sets the value of the operationDetails property.withOperation(String value) withOperationDetails(String value) withSourceObjects(String... values) withSourceObjects(Collection<String> values)
-
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
-
-
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 isString
-
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 isString
-
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
setmethod 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
-
withOperationDetails
-
withSourceObjects
-
withSourceObjects
-
equals
-
hashCode
public int hashCode()
-