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:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ExposedMedia
extends SpecificResource
implements Serializable
Java 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdentificationField> protected Resourceprotected ExposedMedia.PlateTypeprotected Polarityprotected Stringprotected XYPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the identificationField property.getMedia()Gets the value of the media property.Gets the value of the plateType property.Gets the value of the polarity property.Gets the value of the punchType property.Gets the value of the resolution property.inthashCode()voidSets the value of the media property.voidSets the value of the plateType property.voidsetPolarity(Polarity value) Sets the value of the polarity property.voidsetPunchType(String value) Sets the value of the punchType property.voidsetResolution(XYPair value) Sets the value of the resolution property.withIdentificationField(IdentificationField... values) withPolarity(Polarity value) withPunchType(String value) withResolution(XYPair value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<IdentificationField> identificationField -
media
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Resource media -
plateType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ExposedMedia.PlateType plateType -
polarity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Polarity polarity -
punchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String punchType -
resolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair resolution
-
-
Constructor Details
-
ExposedMedia
public ExposedMedia()
-
-
Method Details
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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- Returns:
- The value of the identificationField property.
-
getMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setPunchType(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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setResolution(XYPair value) Sets the value of the resolution property.- Parameters:
value- allowed object isString
-
withIdentificationField
-
withIdentificationField
-
withMedia
-
withPlateType
-
withPolarity
-
withPunchType
-
withResolution
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-