Package com.vidispine.generated
Class MetadataEntryListType2.Entry
java.lang.Object
com.vidispine.generated.MetadataEntryType
com.vidispine.generated.MetadataEntryListType2.Entry
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- MetadataEntryListType2
public static class MetadataEntryListType2.Entry
extends MetadataEntryType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.vidispine.generated.MetadataEntryType
MetadataEntryType.Source
-
Field Summary
FieldsFields inherited from class com.vidispine.generated.MetadataEntryType
field, group, source, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getUuid()
Gets the value of the uuid property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
void
Sets the value of the uuid property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withField
(MetadataFieldValueType value) Sets the value of the field property.withGroup
(MetadataGroupValueType value) Sets the value of the group property.Sets the value of the source property.Sets the value of the uuid property.withValue
(MetadataValueType value) Sets the value of the value property.Methods inherited from class com.vidispine.generated.MetadataEntryType
getField, getGroup, getSource, getValue, isSetField, isSetGroup, isSetSource, isSetValue, setField, setGroup, setSource, setValue
-
Field Details
-
uuid
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid() -
clone
- Overrides:
clone
in classMetadataEntryType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMetadataEntryType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMetadataEntryType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classMetadataEntryType
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withGroup
Sets the value of the group property.- Overrides:
withGroup
in classMetadataEntryType
- Parameters:
value
- allowed object isMetadataGroupValueType
- Returns:
- The class instance
-
withField
Sets the value of the field property.- Overrides:
withField
in classMetadataEntryType
- Parameters:
value
- allowed object isMetadataFieldValueType
- Returns:
- The class instance
-
withValue
Sets the value of the value property.- Overrides:
withValue
in classMetadataEntryType
- Parameters:
value
- allowed object isMetadataValueType
- Returns:
- The class instance
-
withSource
Sets the value of the source property.- Overrides:
withSource
in classMetadataEntryType
- Parameters:
value
- allowed object isMetadataEntryType.Source
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classMetadataEntryType
-
equals
- Overrides:
equals
in classMetadataEntryType
-
visit
- Overrides:
visit
in classMetadataEntryType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classMetadataEntryType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMetadataEntryType
-
toString
- Overrides:
toString
in classMetadataEntryType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classMetadataEntryType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classMetadataEntryType
-