public static class MetadataEntryListType2.Entry extends MetadataEntryType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}MetadataEntryType"> <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
MetadataEntryListType2.Entry.PropInfo |
MetadataEntryType.Source
Modifier and Type | Field and Description |
---|---|
protected String |
uuid |
field, group, source, value
Constructor and Description |
---|
Entry() |
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() |
String |
getUuid()
Gets the value of the uuid property.
|
boolean |
isSetUuid() |
void |
setUuid(String value)
Sets the value of the uuid property.
|
MetadataEntryListType2.Entry |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataEntryListType2.Entry |
withField(MetadataFieldValueType value) |
MetadataEntryListType2.Entry |
withGroup(MetadataGroupValueType value) |
MetadataEntryListType2.Entry |
withSource(MetadataEntryType.Source value) |
MetadataEntryListType2.Entry |
withUuid(String value) |
MetadataEntryListType2.Entry |
withValue(MetadataValueType value) |
getField, getGroup, getSource, getValue, isSetField, isSetGroup, isSetSource, isSetValue, setField, setGroup, setSource, setValue
protected String uuid
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public Object clone()
clone
in class MetadataEntryType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MetadataEntryType
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
copyTo
in class MetadataEntryType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MetadataEntryType
public MetadataEntryListType2.Entry withUuid(String value)
public MetadataEntryListType2.Entry withGroup(MetadataGroupValueType value)
withGroup
in class MetadataEntryType
public MetadataEntryListType2.Entry withField(MetadataFieldValueType value)
withField
in class MetadataEntryType
public MetadataEntryListType2.Entry withValue(MetadataValueType value)
withValue
in class MetadataEntryType
public MetadataEntryListType2.Entry withSource(MetadataEntryType.Source value)
withSource
in class MetadataEntryType
public MetadataEntryListType2.Entry visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class MetadataEntryType
Copyright © 2017. All rights reserved.