Package org.cip4.lib.xprinttalk.schema
Class ContentDelivery
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.ContentDelivery
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class ContentDelivery extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for ContentDelivery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentDelivery"> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/> </sequence> <attribute name="UpdateMethod" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Add"/> <enumeration value="Replace"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringupdateMethodprotected org.cip4.lib.xjdf.schema.XJDFxjdf
-
Constructor Summary
Constructors Constructor Description ContentDelivery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.StringgetUpdateMethod()Gets the value of the updateMethod property.org.cip4.lib.xjdf.schema.XJDFgetXJDF()Gets the value of the xjdf property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetUpdateMethod(java.lang.String value)Sets the value of the updateMethod property.voidsetXJDF(org.cip4.lib.xjdf.schema.XJDF value)Sets the value of the xjdf property.ContentDeliverywithUpdateMethod(java.lang.String value)ContentDeliverywithXJDF(org.cip4.lib.xjdf.schema.XJDF value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
xjdf
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.schema.XJDF xjdf
-
updateMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String updateMethod
-
-
Method Detail
-
getXJDF
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.schema.XJDF getXJDF()Gets the value of the xjdf property.- Returns:
- possible object is
XJDF
-
setXJDF
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)Sets the value of the xjdf property.- Parameters:
value- allowed object isXJDF
-
getUpdateMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getUpdateMethod()Gets the value of the updateMethod property.- Returns:
- possible object is
String
-
setUpdateMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setUpdateMethod(java.lang.String value)Sets the value of the updateMethod property.- Parameters:
value- allowed object isString
-
withXJDF
public ContentDelivery withXJDF(org.cip4.lib.xjdf.schema.XJDF value)
-
withUpdateMethod
public ContentDelivery withUpdateMethod(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-