@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class ExposedMedia
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExposedMedia.PlateType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IdentificationField> |
identificationField |
protected Resource |
media |
protected ExposedMedia.PlateType |
plateType |
protected Polarity |
polarity |
protected java.lang.String |
punchType |
protected XYPair |
resolution |
| Constructor and Description |
|---|
ExposedMedia() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
java.util.List<IdentificationField> |
getIdentificationField()
Gets the value of the identificationField property.
|
Resource |
getMedia()
Gets the value of the media property.
|
ExposedMedia.PlateType |
getPlateType()
Gets the value of the plateType property.
|
Polarity |
getPolarity()
Gets the value of the polarity property.
|
java.lang.String |
getPunchType()
Gets the value of the punchType property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMedia(Resource value)
Sets the value of the media property.
|
void |
setPlateType(ExposedMedia.PlateType value)
Sets the value of the plateType property.
|
void |
setPolarity(Polarity value)
Sets the value of the polarity property.
|
void |
setPunchType(java.lang.String value)
Sets the value of the punchType property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
ExposedMedia |
withIdentificationField(java.util.Collection<IdentificationField> values) |
ExposedMedia |
withIdentificationField(IdentificationField... values) |
ExposedMedia |
withMedia(Resource value) |
ExposedMedia |
withPlateType(ExposedMedia.PlateType value) |
ExposedMedia |
withPolarity(Polarity value) |
ExposedMedia |
withPunchType(java.lang.String value) |
ExposedMedia |
withResolution(XYPair value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<IdentificationField> identificationField
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Resource media
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ExposedMedia.PlateType plateType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Polarity polarity
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String punchType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<IdentificationField> getIdentificationField()
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 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Resource getMedia()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setMedia(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ExposedMedia.PlateType getPlateType()
ExposedMedia.PlateType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPlateType(ExposedMedia.PlateType value)
value - allowed object is
ExposedMedia.PlateType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Polarity getPolarity()
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPolarity(Polarity value)
value - allowed object is
Polarity@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPunchType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPunchType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setResolution(XYPair value)
value - allowed object is
Stringpublic ExposedMedia withIdentificationField(IdentificationField... values)
public ExposedMedia withIdentificationField(java.util.Collection<IdentificationField> values)
public ExposedMedia withMedia(Resource value)
public ExposedMedia withPlateType(ExposedMedia.PlateType value)
public ExposedMedia withPolarity(Polarity value)
public ExposedMedia withPunchType(java.lang.String value)
public ExposedMedia withResolution(XYPair value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource