Package com.vidispine.generated
Class MetadataEntryType
- java.lang.Object
-
- com.vidispine.generated.MetadataEntryType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
MetadataEntryListType2.Entry
public class MetadataEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MetadataEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}MetadataGroupValueType" minOccurs="0"/> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldValueType" minOccurs="0"/> <element name="value" type="{http://xml.vidispine.com/schema/vidispine}MetadataValueType" minOccurs="0"/> <element name="source" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataEntryType.PropInfo
static class
MetadataEntryType.Source
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected MetadataFieldValueType
field
protected MetadataGroupValueType
group
protected MetadataEntryType.Source
source
protected MetadataValueType
value
-
Constructor Summary
Constructors Constructor Description MetadataEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
MetadataFieldValueType
getField()
Gets the value of the field property.MetadataGroupValueType
getGroup()
Gets the value of the group property.MetadataEntryType.Source
getSource()
Gets the value of the source property.MetadataValueType
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetField()
boolean
isSetGroup()
boolean
isSetSource()
boolean
isSetValue()
void
setField(MetadataFieldValueType value)
Sets the value of the field property.void
setGroup(MetadataGroupValueType value)
Sets the value of the group property.void
setSource(MetadataEntryType.Source value)
Sets the value of the source property.void
setValue(MetadataValueType value)
Sets the value of the value property.MetadataEntryType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataEntryType
withField(MetadataFieldValueType value)
MetadataEntryType
withGroup(MetadataGroupValueType value)
MetadataEntryType
withSource(MetadataEntryType.Source value)
MetadataEntryType
withValue(MetadataValueType value)
-
-
-
Field Detail
-
group
protected MetadataGroupValueType group
-
field
protected MetadataFieldValueType field
-
value
protected MetadataValueType value
-
source
protected MetadataEntryType.Source source
-
-
Method Detail
-
getGroup
public MetadataGroupValueType getGroup()
Gets the value of the group property.- Returns:
- possible object is
MetadataGroupValueType
-
setGroup
public void setGroup(MetadataGroupValueType value)
Sets the value of the group property.- Parameters:
value
- allowed object isMetadataGroupValueType
-
isSetGroup
public boolean isSetGroup()
-
getField
public MetadataFieldValueType getField()
Gets the value of the field property.- Returns:
- possible object is
MetadataFieldValueType
-
setField
public void setField(MetadataFieldValueType value)
Sets the value of the field property.- Parameters:
value
- allowed object isMetadataFieldValueType
-
isSetField
public boolean isSetField()
-
getValue
public MetadataValueType getValue()
Gets the value of the value property.- Returns:
- possible object is
MetadataValueType
-
setValue
public void setValue(MetadataValueType value)
Sets the value of the value property.- Parameters:
value
- allowed object isMetadataValueType
-
isSetValue
public boolean isSetValue()
-
getSource
public MetadataEntryType.Source getSource()
Gets the value of the source property.- Returns:
- possible object is
MetadataEntryType.Source
-
setSource
public void setSource(MetadataEntryType.Source value)
Sets the value of the source property.- Parameters:
value
- allowed object isMetadataEntryType.Source
-
isSetSource
public boolean isSetSource()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withGroup
public MetadataEntryType withGroup(MetadataGroupValueType value)
-
withField
public MetadataEntryType withField(MetadataFieldValueType value)
-
withValue
public MetadataEntryType withValue(MetadataValueType value)
-
withSource
public MetadataEntryType withSource(MetadataEntryType.Source value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MetadataEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-