public class VideoComponentType extends MediaComponentType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for VideoComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoComponentType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}MediaComponentType">
<sequence>
<element name="videoStandard" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/>
<element name="pixelFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxBFrames" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
<element name="fieldOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="codecTimeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
<element name="averageFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
<element name="realBaseFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
<element name="displayWidth" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayHeight" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayXOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayYOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="containerSAR" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
<element name="colr_primaries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colr_transfer_function" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colr_matrix" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_packet_size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ticks_per_frame" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bitDepth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bitsPerPixel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colorPrimaries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}VideoMediaInfoType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoComponentType.PropInfo |
static class |
VideoComponentType.VideoStandard
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimeBaseType |
averageFrameRate |
protected Integer |
bitDepth |
protected Integer |
bitsPerPixel |
protected TimeBaseType |
codecTimeBase |
protected String |
colorPrimaries |
protected Integer |
colrMatrix |
protected Integer |
colrPrimaries |
protected Integer |
colrTransferFunction |
protected AspectRatioType |
containerSAR |
protected RationalType |
displayHeight |
protected RationalType |
displayWidth |
protected RationalType |
displayXOffset |
protected RationalType |
displayYOffset |
protected Boolean |
dropFrame |
protected String |
fieldOrder |
protected Integer |
maxBFrames |
protected Integer |
maxPacketSize |
protected VideoMediaInfoType |
mediaInfo |
protected AspectRatioType |
pixelAspectRatio |
protected String |
pixelFormat |
protected TimeBaseType |
realBaseFrameRate |
protected ResolutionType |
resolution |
protected Long |
startTimecode |
protected Integer |
ticksPerFrame |
protected VideoComponentType.VideoStandard |
videoStandard |
bitrate, codec, duration, edl, essenceStreamId, extradata, interval, itemTrack, level, numberOfPackets, pid, profile, repeatCount, segment, startTimestamp, timeBase, trackOrderfile, id, metadata| Constructor and Description |
|---|
VideoComponentType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
TimeBaseType |
getAverageFrameRate()
Gets the value of the averageFrameRate property.
|
Integer |
getBitDepth()
Gets the value of the bitDepth property.
|
Integer |
getBitsPerPixel()
Gets the value of the bitsPerPixel property.
|
TimeBaseType |
getCodecTimeBase()
Gets the value of the codecTimeBase property.
|
String |
getColorPrimaries()
Gets the value of the colorPrimaries property.
|
Integer |
getColrMatrix()
Gets the value of the colrMatrix property.
|
Integer |
getColrPrimaries()
Gets the value of the colrPrimaries property.
|
Integer |
getColrTransferFunction()
Gets the value of the colrTransferFunction property.
|
AspectRatioType |
getContainerSAR()
Gets the value of the containerSAR property.
|
RationalType |
getDisplayHeight()
Gets the value of the displayHeight property.
|
RationalType |
getDisplayWidth()
Gets the value of the displayWidth property.
|
RationalType |
getDisplayXOffset()
Gets the value of the displayXOffset property.
|
RationalType |
getDisplayYOffset()
Gets the value of the displayYOffset property.
|
String |
getFieldOrder()
Gets the value of the fieldOrder property.
|
Integer |
getMaxBFrames()
Gets the value of the maxBFrames property.
|
Integer |
getMaxPacketSize()
Gets the value of the maxPacketSize property.
|
VideoMediaInfoType |
getMediaInfo()
Gets the value of the mediaInfo property.
|
AspectRatioType |
getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.
|
String |
getPixelFormat()
Gets the value of the pixelFormat property.
|
TimeBaseType |
getRealBaseFrameRate()
Gets the value of the realBaseFrameRate property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
Long |
getStartTimecode()
Gets the value of the startTimecode property.
|
Integer |
getTicksPerFrame()
Gets the value of the ticksPerFrame property.
|
VideoComponentType.VideoStandard |
getVideoStandard()
Gets the value of the videoStandard property.
|
Boolean |
isDropFrame()
Gets the value of the dropFrame property.
|
boolean |
isSetAverageFrameRate() |
boolean |
isSetBitDepth() |
boolean |
isSetBitsPerPixel() |
boolean |
isSetCodecTimeBase() |
boolean |
isSetColorPrimaries() |
boolean |
isSetColrMatrix() |
boolean |
isSetColrPrimaries() |
boolean |
isSetColrTransferFunction() |
boolean |
isSetContainerSAR() |
boolean |
isSetDisplayHeight() |
boolean |
isSetDisplayWidth() |
boolean |
isSetDisplayXOffset() |
boolean |
isSetDisplayYOffset() |
boolean |
isSetDropFrame() |
boolean |
isSetFieldOrder() |
boolean |
isSetMaxBFrames() |
boolean |
isSetMaxPacketSize() |
boolean |
isSetMediaInfo() |
boolean |
isSetPixelAspectRatio() |
boolean |
isSetPixelFormat() |
boolean |
isSetRealBaseFrameRate() |
boolean |
isSetResolution() |
boolean |
isSetStartTimecode() |
boolean |
isSetTicksPerFrame() |
boolean |
isSetVideoStandard() |
void |
setAverageFrameRate(TimeBaseType value)
Sets the value of the averageFrameRate property.
|
void |
setBitDepth(Integer value)
Sets the value of the bitDepth property.
|
void |
setBitsPerPixel(Integer value)
Sets the value of the bitsPerPixel property.
|
void |
setCodecTimeBase(TimeBaseType value)
Sets the value of the codecTimeBase property.
|
void |
setColorPrimaries(String value)
Sets the value of the colorPrimaries property.
|
void |
setColrMatrix(Integer value)
Sets the value of the colrMatrix property.
|
void |
setColrPrimaries(Integer value)
Sets the value of the colrPrimaries property.
|
void |
setColrTransferFunction(Integer value)
Sets the value of the colrTransferFunction property.
|
void |
setContainerSAR(AspectRatioType value)
Sets the value of the containerSAR property.
|
void |
setDisplayHeight(RationalType value)
Sets the value of the displayHeight property.
|
void |
setDisplayWidth(RationalType value)
Sets the value of the displayWidth property.
|
void |
setDisplayXOffset(RationalType value)
Sets the value of the displayXOffset property.
|
void |
setDisplayYOffset(RationalType value)
Sets the value of the displayYOffset property.
|
void |
setDropFrame(Boolean value)
Sets the value of the dropFrame property.
|
void |
setFieldOrder(String value)
Sets the value of the fieldOrder property.
|
void |
setMaxBFrames(Integer value)
Sets the value of the maxBFrames property.
|
void |
setMaxPacketSize(Integer value)
Sets the value of the maxPacketSize property.
|
void |
setMediaInfo(VideoMediaInfoType value)
Sets the value of the mediaInfo property.
|
void |
setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.
|
void |
setPixelFormat(String value)
Sets the value of the pixelFormat property.
|
void |
setRealBaseFrameRate(TimeBaseType value)
Sets the value of the realBaseFrameRate property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
setStartTimecode(Long value)
Sets the value of the startTimecode property.
|
void |
setTicksPerFrame(Integer value)
Sets the value of the ticksPerFrame property.
|
void |
setVideoStandard(VideoComponentType.VideoStandard value)
Sets the value of the videoStandard property.
|
VideoComponentType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
VideoComponentType |
withAverageFrameRate(TimeBaseType value) |
VideoComponentType |
withBitDepth(Integer value) |
VideoComponentType |
withBitrate(Long value) |
VideoComponentType |
withBitsPerPixel(Integer value) |
VideoComponentType |
withCodec(String value) |
VideoComponentType |
withCodecTimeBase(TimeBaseType value) |
VideoComponentType |
withColorPrimaries(String value) |
VideoComponentType |
withColrMatrix(Integer value) |
VideoComponentType |
withColrPrimaries(Integer value) |
VideoComponentType |
withColrTransferFunction(Integer value) |
VideoComponentType |
withContainerSAR(AspectRatioType value) |
VideoComponentType |
withDisplayHeight(RationalType value) |
VideoComponentType |
withDisplayWidth(RationalType value) |
VideoComponentType |
withDisplayXOffset(RationalType value) |
VideoComponentType |
withDisplayYOffset(RationalType value) |
VideoComponentType |
withDropFrame(Boolean value) |
VideoComponentType |
withDuration(TimeCodeType value) |
VideoComponentType |
withEdl(EDLType value) |
VideoComponentType |
withEssenceStreamId(Integer value) |
VideoComponentType |
withExtradata(byte[] value) |
VideoComponentType |
withFieldOrder(String value) |
VideoComponentType |
withFile(Collection<FileType> values) |
VideoComponentType |
withFile(FileType... values) |
VideoComponentType |
withId(String value) |
VideoComponentType |
withInterval(TimeIntervalType value) |
VideoComponentType |
withItemTrack(String value) |
VideoComponentType |
withLevel(Integer value) |
VideoComponentType |
withMaxBFrames(Integer value) |
VideoComponentType |
withMaxPacketSize(Integer value) |
VideoComponentType |
withMediaInfo(VideoMediaInfoType value) |
VideoComponentType |
withMetadata(Collection<KeyValuePairType> values) |
VideoComponentType |
withMetadata(KeyValuePairType... values) |
VideoComponentType |
withNumberOfPackets(Long value) |
VideoComponentType |
withPid(Integer value) |
VideoComponentType |
withPixelAspectRatio(AspectRatioType value) |
VideoComponentType |
withPixelFormat(String value) |
VideoComponentType |
withProfile(Integer value) |
VideoComponentType |
withRealBaseFrameRate(TimeBaseType value) |
VideoComponentType |
withRepeatCount(BigInteger value) |
VideoComponentType |
withResolution(ResolutionType value) |
VideoComponentType |
withSegment(Integer value) |
VideoComponentType |
withStartTimecode(Long value) |
VideoComponentType |
withStartTimestamp(TimeCodeType value) |
VideoComponentType |
withTicksPerFrame(Integer value) |
VideoComponentType |
withTimeBase(TimeBaseType value) |
VideoComponentType |
withTrackOrder(Integer value) |
VideoComponentType |
withVideoStandard(VideoComponentType.VideoStandard value) |
getBitrate, getCodec, getDuration, getEdl, getEssenceStreamId, getExtradata, getInterval, getItemTrack, getLevel, getNumberOfPackets, getPid, getProfile, getRepeatCount, getSegment, getStartTimestamp, getTimeBase, getTrackOrder, isSetBitrate, isSetCodec, isSetDuration, isSetEdl, isSetEssenceStreamId, isSetExtradata, isSetInterval, isSetItemTrack, isSetLevel, isSetNumberOfPackets, isSetPid, isSetProfile, isSetRepeatCount, isSetSegment, isSetStartTimestamp, isSetTimeBase, isSetTrackOrder, setBitrate, setCodec, setDuration, setEdl, setEssenceStreamId, setExtradata, setInterval, setItemTrack, setLevel, setNumberOfPackets, setPid, setProfile, setRepeatCount, setSegment, setStartTimestamp, setTimeBase, setTrackOrdergetFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadataprotected VideoComponentType.VideoStandard videoStandard
protected ResolutionType resolution
protected String pixelFormat
protected Integer maxBFrames
protected AspectRatioType pixelAspectRatio
protected String fieldOrder
protected TimeBaseType codecTimeBase
protected TimeBaseType averageFrameRate
protected TimeBaseType realBaseFrameRate
protected RationalType displayWidth
protected RationalType displayHeight
protected RationalType displayXOffset
protected RationalType displayYOffset
protected AspectRatioType containerSAR
protected Integer colrPrimaries
protected Integer colrTransferFunction
protected Integer colrMatrix
protected Integer maxPacketSize
protected Long startTimecode
protected Boolean dropFrame
protected Integer ticksPerFrame
protected Integer bitDepth
protected Integer bitsPerPixel
protected String colorPrimaries
protected VideoMediaInfoType mediaInfo
public VideoComponentType.VideoStandard getVideoStandard()
VideoComponentType.VideoStandardpublic void setVideoStandard(VideoComponentType.VideoStandard value)
value - allowed object is
VideoComponentType.VideoStandardpublic boolean isSetVideoStandard()
public ResolutionType getResolution()
ResolutionTypepublic void setResolution(ResolutionType value)
value - allowed object is
ResolutionTypepublic boolean isSetResolution()
public String getPixelFormat()
Stringpublic void setPixelFormat(String value)
value - allowed object is
Stringpublic boolean isSetPixelFormat()
public Integer getMaxBFrames()
Integerpublic void setMaxBFrames(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxBFrames()
public AspectRatioType getPixelAspectRatio()
AspectRatioTypepublic void setPixelAspectRatio(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetPixelAspectRatio()
public String getFieldOrder()
Stringpublic void setFieldOrder(String value)
value - allowed object is
Stringpublic boolean isSetFieldOrder()
public TimeBaseType getCodecTimeBase()
TimeBaseTypepublic void setCodecTimeBase(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetCodecTimeBase()
public TimeBaseType getAverageFrameRate()
TimeBaseTypepublic void setAverageFrameRate(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetAverageFrameRate()
public TimeBaseType getRealBaseFrameRate()
TimeBaseTypepublic void setRealBaseFrameRate(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetRealBaseFrameRate()
public RationalType getDisplayWidth()
RationalTypepublic void setDisplayWidth(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayWidth()
public RationalType getDisplayHeight()
RationalTypepublic void setDisplayHeight(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayHeight()
public RationalType getDisplayXOffset()
RationalTypepublic void setDisplayXOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayXOffset()
public RationalType getDisplayYOffset()
RationalTypepublic void setDisplayYOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayYOffset()
public AspectRatioType getContainerSAR()
AspectRatioTypepublic void setContainerSAR(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetContainerSAR()
public Integer getColrPrimaries()
Integerpublic void setColrPrimaries(Integer value)
value - allowed object is
Integerpublic boolean isSetColrPrimaries()
public Integer getColrTransferFunction()
Integerpublic void setColrTransferFunction(Integer value)
value - allowed object is
Integerpublic boolean isSetColrTransferFunction()
public Integer getColrMatrix()
Integerpublic void setColrMatrix(Integer value)
value - allowed object is
Integerpublic boolean isSetColrMatrix()
public Integer getMaxPacketSize()
Integerpublic void setMaxPacketSize(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxPacketSize()
public Long getStartTimecode()
Longpublic void setStartTimecode(Long value)
value - allowed object is
Longpublic boolean isSetStartTimecode()
public Boolean isDropFrame()
Booleanpublic void setDropFrame(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDropFrame()
public Integer getTicksPerFrame()
Integerpublic void setTicksPerFrame(Integer value)
value - allowed object is
Integerpublic boolean isSetTicksPerFrame()
public Integer getBitDepth()
Integerpublic void setBitDepth(Integer value)
value - allowed object is
Integerpublic boolean isSetBitDepth()
public Integer getBitsPerPixel()
Integerpublic void setBitsPerPixel(Integer value)
value - allowed object is
Integerpublic boolean isSetBitsPerPixel()
public String getColorPrimaries()
Stringpublic void setColorPrimaries(String value)
value - allowed object is
Stringpublic boolean isSetColorPrimaries()
public VideoMediaInfoType getMediaInfo()
VideoMediaInfoTypepublic void setMediaInfo(VideoMediaInfoType value)
value - allowed object is
VideoMediaInfoTypepublic boolean isSetMediaInfo()
public Object clone()
clone in class MediaComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MediaComponentTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MediaComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MediaComponentTypepublic VideoComponentType withVideoStandard(VideoComponentType.VideoStandard value)
public VideoComponentType withResolution(ResolutionType value)
public VideoComponentType withPixelFormat(String value)
public VideoComponentType withMaxBFrames(Integer value)
public VideoComponentType withPixelAspectRatio(AspectRatioType value)
public VideoComponentType withFieldOrder(String value)
public VideoComponentType withCodecTimeBase(TimeBaseType value)
public VideoComponentType withAverageFrameRate(TimeBaseType value)
public VideoComponentType withRealBaseFrameRate(TimeBaseType value)
public VideoComponentType withDisplayWidth(RationalType value)
public VideoComponentType withDisplayHeight(RationalType value)
public VideoComponentType withDisplayXOffset(RationalType value)
public VideoComponentType withDisplayYOffset(RationalType value)
public VideoComponentType withContainerSAR(AspectRatioType value)
public VideoComponentType withColrPrimaries(Integer value)
public VideoComponentType withColrTransferFunction(Integer value)
public VideoComponentType withColrMatrix(Integer value)
public VideoComponentType withMaxPacketSize(Integer value)
public VideoComponentType withStartTimecode(Long value)
public VideoComponentType withDropFrame(Boolean value)
public VideoComponentType withTicksPerFrame(Integer value)
public VideoComponentType withBitDepth(Integer value)
public VideoComponentType withBitsPerPixel(Integer value)
public VideoComponentType withColorPrimaries(String value)
public VideoComponentType withMediaInfo(VideoMediaInfoType value)
public VideoComponentType withCodec(String value)
withCodec in class MediaComponentTypepublic VideoComponentType withTimeBase(TimeBaseType value)
withTimeBase in class MediaComponentTypepublic VideoComponentType withItemTrack(String value)
withItemTrack in class MediaComponentTypepublic VideoComponentType withEssenceStreamId(Integer value)
withEssenceStreamId in class MediaComponentTypepublic VideoComponentType withInterval(TimeIntervalType value)
withInterval in class MediaComponentTypepublic VideoComponentType withBitrate(Long value)
withBitrate in class MediaComponentTypepublic VideoComponentType withNumberOfPackets(Long value)
withNumberOfPackets in class MediaComponentTypepublic VideoComponentType withExtradata(byte[] value)
withExtradata in class MediaComponentTypepublic VideoComponentType withPid(Integer value)
withPid in class MediaComponentTypepublic VideoComponentType withDuration(TimeCodeType value)
withDuration in class MediaComponentTypepublic VideoComponentType withProfile(Integer value)
withProfile in class MediaComponentTypepublic VideoComponentType withLevel(Integer value)
withLevel in class MediaComponentTypepublic VideoComponentType withEdl(EDLType value)
withEdl in class MediaComponentTypepublic VideoComponentType withStartTimestamp(TimeCodeType value)
withStartTimestamp in class MediaComponentTypepublic VideoComponentType withRepeatCount(BigInteger value)
withRepeatCount in class MediaComponentTypepublic VideoComponentType withTrackOrder(Integer value)
withTrackOrder in class MediaComponentTypepublic VideoComponentType withSegment(Integer value)
withSegment in class MediaComponentTypepublic VideoComponentType withFile(FileType... values)
withFile in class MediaComponentTypepublic VideoComponentType withFile(Collection<FileType> values)
withFile in class MediaComponentTypepublic VideoComponentType withId(String value)
withId in class MediaComponentTypepublic VideoComponentType withMetadata(KeyValuePairType... values)
withMetadata in class MediaComponentTypepublic VideoComponentType withMetadata(Collection<KeyValuePairType> values)
withMetadata in class MediaComponentTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class MediaComponentTypepublic boolean equals(Object object)
equals in class MediaComponentTypepublic VideoComponentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class MediaComponentTypeCopyright © 2019. All rights reserved.