Class ExposedMedia

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ExposedMedia
All Implemented Interfaces:
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-18T20:00:09Z") public class ExposedMedia extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • identificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<IdentificationField> identificationField
    • media

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource media
    • plateType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ExposedMedia.PlateType plateType
    • polarity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Polarity polarity
    • punchType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String punchType
    • resolution

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair resolution
  • Constructor Details

    • ExposedMedia

      public ExposedMedia()
  • Method Details

    • getIdentificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 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

    • getMedia

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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-18T20:00:09Z") public void setMedia(Resource value)
      Sets the value of the media property.
      Parameters:
      value - allowed object is Object
    • getPlateType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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-18T20:00:09Z") public void setPlateType(ExposedMedia.PlateType value)
      Sets the value of the plateType property.
      Parameters:
      value - allowed object is ExposedMedia.PlateType
    • getPolarity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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-18T20:00:09Z") public void setPolarity(Polarity value)
      Sets the value of the polarity property.
      Parameters:
      value - allowed object is Polarity
    • getPunchType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPunchType(String value)
      Sets the value of the punchType property.
      Parameters:
      value - allowed object is String
    • getResolution

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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-18T20:00:09Z") public void setResolution(XYPair value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is String
    • withIdentificationField

      public ExposedMedia withIdentificationField(IdentificationField... values)
    • withIdentificationField

      public ExposedMedia withIdentificationField(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(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, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource