public class BulkyMetadataPairType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for BulkyMetadataPairType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BulkyMetadataPairType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maps" type="{http://xml.vidispine.com/schema/vidispine}BulkyMapListType"/>
</choice>
</sequence>
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="channel" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="itemTrack" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
channel |
protected String |
end |
protected String |
itemTrack |
protected String |
key |
protected BulkyMapListType |
maps |
protected String |
start |
protected Integer |
stream |
protected String |
value |
| Constructor and Description |
|---|
BulkyMetadataPairType() |
| 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() |
int |
getChannel()
Gets the value of the channel property.
|
String |
getEnd()
Gets the value of the end property.
|
String |
getItemTrack()
Gets the value of the itemTrack property.
|
String |
getKey()
Gets the value of the key property.
|
BulkyMapListType |
getMaps()
Gets the value of the maps property.
|
String |
getStart()
Gets the value of the start property.
|
int |
getStream()
Gets the value of the stream property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetChannel() |
boolean |
isSetEnd() |
boolean |
isSetItemTrack() |
boolean |
isSetKey() |
boolean |
isSetMaps() |
boolean |
isSetStart() |
boolean |
isSetStream() |
boolean |
isSetValue() |
void |
setChannel(int value)
Sets the value of the channel property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setItemTrack(String value)
Sets the value of the itemTrack property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMaps(BulkyMapListType value)
Sets the value of the maps property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetChannel() |
void |
unsetStream() |
BulkyMetadataPairType |
withChannel(int value) |
BulkyMetadataPairType |
withEnd(String value) |
BulkyMetadataPairType |
withItemTrack(String value) |
BulkyMetadataPairType |
withKey(String value) |
BulkyMetadataPairType |
withMaps(BulkyMapListType value) |
BulkyMetadataPairType |
withStart(String value) |
BulkyMetadataPairType |
withStream(int value) |
BulkyMetadataPairType |
withValue(String value) |
protected String key
protected String value
protected BulkyMapListType maps
protected String start
protected String end
protected Integer stream
protected Integer channel
protected String itemTrack
public void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public BulkyMapListType getMaps()
BulkyMapListTypepublic void setMaps(BulkyMapListType value)
value - allowed object is
BulkyMapListTypepublic boolean isSetMaps()
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic boolean isSetStart()
public void setEnd(String value)
value - allowed object is
Stringpublic boolean isSetEnd()
public int getStream()
Integerpublic void setStream(int value)
value - allowed object is
Integerpublic boolean isSetStream()
public void unsetStream()
public int getChannel()
Integerpublic void setChannel(int value)
value - allowed object is
Integerpublic boolean isSetChannel()
public void unsetChannel()
public String getItemTrack()
Stringpublic void setItemTrack(String value)
value - allowed object is
Stringpublic boolean isSetItemTrack()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic BulkyMetadataPairType withKey(String value)
public BulkyMetadataPairType withValue(String value)
public BulkyMetadataPairType withMaps(BulkyMapListType value)
public BulkyMetadataPairType withStart(String value)
public BulkyMetadataPairType withEnd(String value)
public BulkyMetadataPairType withStream(int value)
public BulkyMetadataPairType withChannel(int value)
public BulkyMetadataPairType withItemTrack(String value)
Copyright © 2015. All rights reserved.