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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanvoidSets 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:
clonein classMetadataEntryType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMetadataEntryType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMetadataEntryType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein 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:
withGroupin classMetadataEntryType- Parameters:
value- allowed object isMetadataGroupValueType- Returns:
- The class instance
-
withField
Sets the value of the field property.- Overrides:
withFieldin classMetadataEntryType- Parameters:
value- allowed object isMetadataFieldValueType- Returns:
- The class instance
-
withValue
Sets the value of the value property.- Overrides:
withValuein classMetadataEntryType- Parameters:
value- allowed object isMetadataValueType- Returns:
- The class instance
-
withSource
Sets the value of the source property.- Overrides:
withSourcein 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classMetadataEntryType
-
equals
- Overrides:
equalsin classMetadataEntryType
-
visit
- Overrides:
visitin classMetadataEntryType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classMetadataEntryType
-
hashCode
public int hashCode()- Overrides:
hashCodein classMetadataEntryType
-
toString
- Overrides:
toStringin classMetadataEntryType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classMetadataEntryType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classMetadataEntryType
-