Class ByteMap
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Band" minOccurs="0"/>
</sequence>
<attribute name="BandOrdering">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BandMajor"/>
<enumeration value="ColorMajor"/>
</restriction>
</simpleType>
</attribute>
<attribute name="FrameHeight" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="FrameWidth" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Halftoned" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Interleaved" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PixelColorants" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="PixelDepth" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="PixelSkip" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getBand()Gets the value of the band property.Gets the value of the bandOrdering property.Gets the value of the frameHeight property.Gets the value of the frameWidth property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the pixelColorants property.Gets the value of the pixelDepth property.Gets the value of the pixelSkip property.Gets the value of the resolution property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the halftoned property.Gets the value of the interleaved property.voidSets the value of the band property.voidSets the value of the bandOrdering property.voidsetFrameHeight(Integer value) Sets the value of the frameHeight property.voidsetFrameWidth(Integer value) Sets the value of the frameWidth property.voidsetHalftoned(Boolean value) Sets the value of the halftoned property.voidsetInterleaved(Boolean value) Sets the value of the interleaved property.voidsetPixelDepth(Integer value) Sets the value of the pixelDepth property.voidsetPixelSkip(Integer value) Sets the value of the pixelSkip property.voidsetResolution(XYPair value) Sets the value of the resolution property.withFrameHeight(Integer value) withFrameWidth(Integer value) withHalftoned(Boolean value) withInterleaved(Boolean value) withPixelColorants(String... values) withPixelColorants(Collection<String> values) withPixelDepth(Integer value) withPixelSkip(Integer value) withResolution(XYPair value)
-
Field Details
-
band
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Band band -
bandOrdering
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ByteMap.BandOrdering bandOrdering -
frameHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer frameHeight -
frameWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer frameWidth -
halftoned
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean halftoned -
interleaved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean interleaved -
pixelColorants
-
pixelDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer pixelDepth -
pixelSkip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer pixelSkip -
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
-
ByteMap
public ByteMap()
-
-
Method Details
-
getBand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Band getBand()Gets the value of the band property.- Returns:
- possible object is
Band
-
setBand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBand(Band value) Sets the value of the band property.- Parameters:
value- allowed object isBand
-
getBandOrdering
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ByteMap.BandOrdering getBandOrdering()Gets the value of the bandOrdering property.- Returns:
- possible object is
ByteMap.BandOrdering
-
setBandOrdering
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBandOrdering(ByteMap.BandOrdering value) Sets the value of the bandOrdering property.- Parameters:
value- allowed object isByteMap.BandOrdering
-
getFrameHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getFrameHeight()Gets the value of the frameHeight property.- Returns:
- possible object is
Integer
-
setFrameHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFrameHeight(Integer value) Sets the value of the frameHeight property.- Parameters:
value- allowed object isInteger
-
getFrameWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getFrameWidth()Gets the value of the frameWidth property.- Returns:
- possible object is
Integer
-
setFrameWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFrameWidth(Integer value) Sets the value of the frameWidth property.- Parameters:
value- allowed object isInteger
-
isHalftoned
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isHalftoned()Gets the value of the halftoned property.- Returns:
- possible object is
Boolean
-
setHalftoned
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setHalftoned(Boolean value) Sets the value of the halftoned property.- Parameters:
value- allowed object isBoolean
-
isInterleaved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isInterleaved()Gets the value of the interleaved property.- Returns:
- possible object is
Boolean
-
setInterleaved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setInterleaved(Boolean value) Sets the value of the interleaved property.- Parameters:
value- allowed object isBoolean
-
getPixelColorants
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getPixelColorants()Gets the value of the pixelColorants 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 pixelColorants property.For example, to add a new item, do as follows:
getPixelColorants().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPixelDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getPixelDepth()Gets the value of the pixelDepth property.- Returns:
- possible object is
Integer
-
setPixelDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPixelDepth(Integer value) Sets the value of the pixelDepth property.- Parameters:
value- allowed object isInteger
-
getPixelSkip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getPixelSkip()Gets the value of the pixelSkip property.- Returns:
- possible object is
Integer
-
setPixelSkip
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPixelSkip(Integer value) Sets the value of the pixelSkip property.- Parameters:
value- allowed object isInteger
-
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 isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withBand
-
withBandOrdering
-
withFrameHeight
-
withFrameWidth
-
withHalftoned
-
withInterleaved
-
withPixelColorants
-
withPixelColorants
-
withPixelDepth
-
withPixelSkip
-
withResolution
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
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
-
hashCode
public int hashCode()
-