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 | Class and Description |
---|---|
static class |
BulkyMetadataPairType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public boolean isSetKey()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public BulkyMapListType getMaps()
BulkyMapListType
public void setMaps(BulkyMapListType value)
value
- allowed object is
BulkyMapListType
public boolean isSetMaps()
public String getStart()
String
public void setStart(String value)
value
- allowed object is
String
public boolean isSetStart()
public String getEnd()
String
public void setEnd(String value)
value
- allowed object is
String
public boolean isSetEnd()
public int getStream()
Integer
public void setStream(int value)
value
- allowed object is
Integer
public boolean isSetStream()
public void unsetStream()
public int getChannel()
Integer
public void setChannel(int value)
value
- allowed object is
Integer
public boolean isSetChannel()
public void unsetChannel()
public String getItemTrack()
String
public void setItemTrack(String value)
value
- allowed object is
String
public boolean isSetItemTrack()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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)
public BulkyMetadataPairType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.