Package org.cip4.lib.xjdf.schema
Class ExposedMedia
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.ExposedMedia
-
- 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", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public class ExposedMedia extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for ExposedMedia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExposedMedia"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}IdentificationField" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="MediaRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="PlateType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Exposed"/> <enumeration value="Dummy"/> </restriction> </simpleType> </attribute> <attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" /> <attribute name="PunchType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExposedMedia.PlateTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<IdentificationField>identificationFieldprotected Resourcemediaprotected ExposedMedia.PlateTypeplateTypeprotected Polaritypolarityprotected java.lang.StringpunchTypeprotected XYPairresolution
-
Constructor Summary
Constructors Constructor Description ExposedMedia()
-
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.util.List<IdentificationField>getIdentificationField()Gets the value of the identificationField property.ResourcegetMedia()Gets the value of the media property.ExposedMedia.PlateTypegetPlateType()Gets the value of the plateType property.PolaritygetPolarity()Gets the value of the polarity property.java.lang.StringgetPunchType()Gets the value of the punchType property.XYPairgetResolution()Gets the value of the resolution property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetMedia(Resource value)Sets the value of the media property.voidsetPlateType(ExposedMedia.PlateType value)Sets the value of the plateType property.voidsetPolarity(Polarity value)Sets the value of the polarity property.voidsetPunchType(java.lang.String value)Sets the value of the punchType property.voidsetResolution(XYPair value)Sets the value of the resolution property.ExposedMediawithIdentificationField(java.util.Collection<IdentificationField> values)ExposedMediawithIdentificationField(IdentificationField... values)ExposedMediawithMedia(Resource value)ExposedMediawithPlateType(ExposedMedia.PlateType value)ExposedMediawithPolarity(Polarity value)ExposedMediawithPunchType(java.lang.String value)ExposedMediawithResolution(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected java.util.List<IdentificationField> identificationField
-
media
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected Resource media
-
plateType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected ExposedMedia.PlateType plateType
-
polarity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected Polarity polarity
-
punchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected java.lang.String punchType
-
resolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected XYPair resolution
-
-
Method Detail
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public java.util.List<IdentificationField> getIdentificationField()Gets the value of the identificationField 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 identificationField property.For example, to add a new item, do as follows:
getIdentificationField().add(newItem);Objects of the following type(s) are allowed in the list
IdentificationField
-
getMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public Resource getMedia()Gets the value of the media property.- Returns:
- possible object is
Object
-
setMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public void setMedia(Resource value)Sets the value of the media property.- Parameters:
value- allowed object isObject
-
getPlateType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public ExposedMedia.PlateType getPlateType()Gets the value of the plateType property.- Returns:
- possible object is
ExposedMedia.PlateType
-
setPlateType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public void setPlateType(ExposedMedia.PlateType value)Sets the value of the plateType property.- Parameters:
value- allowed object isExposedMedia.PlateType
-
getPolarity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public Polarity getPolarity()Gets the value of the polarity property.- Returns:
- possible object is
Polarity
-
setPolarity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public void setPolarity(Polarity value)Sets the value of the polarity property.- Parameters:
value- allowed object isPolarity
-
getPunchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public java.lang.String getPunchType()Gets the value of the punchType property.- Returns:
- possible object is
String
-
setPunchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public void setPunchType(java.lang.String value)Sets the value of the punchType property.- Parameters:
value- allowed object isString
-
getResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public XYPair getResolution()Gets the value of the resolution property.- Returns:
- possible object is
String
-
setResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public void setResolution(XYPair value)Sets the value of the resolution property.- Parameters:
value- allowed object isString
-
withIdentificationField
public ExposedMedia withIdentificationField(IdentificationField... values)
-
withIdentificationField
public ExposedMedia withIdentificationField(java.util.Collection<IdentificationField> values)
-
withMedia
public ExposedMedia withMedia(Resource value)
-
withPlateType
public ExposedMedia withPlateType(ExposedMedia.PlateType value)
-
withPolarity
public ExposedMedia withPolarity(Polarity value)
-
withPunchType
public ExposedMedia withPunchType(java.lang.String value)
-
withResolution
public ExposedMedia withResolution(XYPair 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 classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
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 classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-