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
public class ExposedMedia extends SpecificResource implements java.io.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:
- 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
protected java.util.List<IdentificationField> identificationField
-
media
protected Resource media
-
plateType
protected ExposedMedia.PlateType plateType
-
polarity
protected Polarity polarity
-
punchType
protected java.lang.String punchType
-
resolution
protected XYPair resolution
-
-
Method Detail
-
getIdentificationField
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
public Resource getMedia()
Gets the value of the media property.- Returns:
- possible object is
Object
-
setMedia
public void setMedia(Resource value)
Sets the value of the media property.- Parameters:
value- allowed object isObject
-
getPlateType
public ExposedMedia.PlateType getPlateType()
Gets the value of the plateType property.- Returns:
- possible object is
ExposedMedia.PlateType
-
setPlateType
public void setPlateType(ExposedMedia.PlateType value)
Sets the value of the plateType property.- Parameters:
value- allowed object isExposedMedia.PlateType
-
getPolarity
public Polarity getPolarity()
Gets the value of the polarity property.- Returns:
- possible object is
Polarity
-
setPolarity
public void setPolarity(Polarity value)
Sets the value of the polarity property.- Parameters:
value- allowed object isPolarity
-
getPunchType
public java.lang.String getPunchType()
Gets the value of the punchType property.- Returns:
- possible object is
String
-
setPunchType
public void setPunchType(java.lang.String value)
Sets the value of the punchType property.- Parameters:
value- allowed object isString
-
getResolution
public XYPair getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
String
-
setResolution
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
-
-