public static class MetadataEntryListType2.Entry extends MetadataEntryType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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() |
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) |
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, setValueprotected String uuid
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public Object clone()
clone in class MetadataEntryTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MetadataEntryTypepublic 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 MetadataEntryTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MetadataEntryTypepublic MetadataEntryListType2.Entry withUuid(String value)
public MetadataEntryListType2.Entry withGroup(MetadataGroupValueType value)
withGroup in class MetadataEntryTypepublic MetadataEntryListType2.Entry withField(MetadataFieldValueType value)
withField in class MetadataEntryTypepublic MetadataEntryListType2.Entry withValue(MetadataValueType value)
withValue in class MetadataEntryTypepublic MetadataEntryListType2.Entry withSource(MetadataEntryType.Source value)
withSource in class MetadataEntryTypepublic 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 MetadataEntryTypepublic boolean equals(Object object)
equals in class MetadataEntryTypepublic MetadataEntryListType2.Entry visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class MetadataEntryTypeCopyright © 2019. All rights reserved.