Class MetadataFieldValueType
- 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
Java class for MetadataFieldValueType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="referenced" type="{http://xml.vidispine.com/schema/vidispine}MetadataReferencedType" minOccurs="0"/>
<choice>
<element name="value" type="{http://xml.vidispine.com/schema/vidispine}MetadataValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://xml.vidispine.com/schema/vidispine}MetadataReferenceType"/>
</choice>
<element name="data" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="type" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://xml.vidispine.com/schema/vidispine}MetadataValueAttributes"/>
<attribute name="track" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="inheritance" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected List<KeyValuePairType>
protected String
protected MetadataModeType
protected String
protected String
protected MetadataReferencedType
protected XMLGregorianCalendar
protected String
protected MetadataFieldType
protected String
protected String
protected List<MetadataValueType>
-
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) Gets the value of the change property.getData()
Gets the value of the data property.getId()
Gets the value of the id property.Gets the value of the inheritance property.getMode()
Gets the value of the mode property.getName()
Gets the value of the name property.Gets the value of the reference property.Gets the value of the referenced property.Gets the value of the timestamp property.getTrack()
Gets the value of the track property.getType()
Gets the value of the type property.getUser()
Gets the value of the user property.getUuid()
Gets the value of the uuid property.getValue()
Gets the value of the value property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the conflict property.boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the change property.void
setConflict
(boolean value) Sets the value of the conflict property.void
setInheritance
(String value) Sets the value of the inheritance property.void
setMode
(MetadataModeType value) Sets the value of the mode property.void
Sets the value of the name property.void
setReference
(String value) Sets the value of the reference property.void
Sets the value of the referenced property.void
setTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.void
Sets the value of the track property.void
setType
(MetadataFieldType value) Sets the value of the type property.void
Sets the value of the user property.void
Sets the value of the uuid property.toString()
void
void
void
unsetId()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChange
(String value) Sets the value of the change property.withConflict
(boolean value) Sets the value of the conflict property.withData
(KeyValuePairType... values) Adds objects to the list of Data using add methodwithData
(Collection<KeyValuePairType> values) Adds objects to the list of Data using addAll methodAdds objects to the list of Id using add methodwithId
(Collection<String> values) Adds objects to the list of Id using addAll methodwithInheritance
(String value) Sets the value of the inheritance property.withMode
(MetadataModeType value) Sets the value of the mode property.Sets the value of the name property.withReference
(String value) Sets the value of the reference property.Sets the value of the referenced property.Sets the value of the timestamp property.Sets the value of the track property.withType
(MetadataFieldType value) Sets the value of the type property.Sets the value of the user property.Sets the value of the uuid property.withValue
(MetadataValueType... values) Adds objects to the list of Value using add methodwithValue
(Collection<MetadataValueType> values) Adds objects to the list of Value using addAll method
-
Field Details
-
name
-
id
-
referenced
-
value
-
reference
-
data
-
type
-
track
-
inheritance
-
uuid
-
user
-
timestamp
-
change
-
conflict
-
mode
-
-
Constructor Details
-
MetadataFieldValueType
public MetadataFieldValueType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getId
Gets the value of the id property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the id property.For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the id property.
-
isSetId
public boolean isSetId() -
unsetId
public void unsetId() -
getReferenced
Gets the value of the referenced property.- Returns:
- possible object is
MetadataReferencedType
-
setReferenced
Sets the value of the referenced property.- Parameters:
value
- allowed object isMetadataReferencedType
-
isSetReferenced
public boolean isSetReferenced() -
getValue
Gets the value of the value property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the value property.For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataValueType
- Returns:
- The value of the value property.
-
isSetValue
public boolean isSetValue() -
unsetValue
public void unsetValue() -
getReference
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
-
isSetReference
public boolean isSetReference() -
getData
Gets the value of the data property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the data property.For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
- Returns:
- The value of the data property.
-
isSetData
public boolean isSetData() -
unsetData
public void unsetData() -
getType
Gets the value of the type property.- Returns:
- possible object is
MetadataFieldType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isMetadataFieldType
-
isSetType
public boolean isSetType() -
getTrack
Gets the value of the track property.- Returns:
- possible object is
String
-
setTrack
Sets the value of the track property.- Parameters:
value
- allowed object isString
-
isSetTrack
public boolean isSetTrack() -
getInheritance
Gets the value of the inheritance property.- Returns:
- possible object is
String
-
setInheritance
Sets the value of the inheritance property.- Parameters:
value
- allowed object isString
-
isSetInheritance
public boolean isSetInheritance() -
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() -
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
getChange
Gets the value of the change property.- Returns:
- possible object is
String
-
setChange
Sets the value of the change property.- Parameters:
value
- allowed object isString
-
isSetChange
public boolean isSetChange() -
isConflict
public boolean isConflict()Gets the value of the conflict property.- Returns:
- possible object is
Boolean
-
setConflict
public void setConflict(boolean value) Sets the value of the conflict property.- Parameters:
value
- allowed object isBoolean
-
isSetConflict
public boolean isSetConflict() -
unsetConflict
public void unsetConflict() -
getMode
Gets the value of the mode property.- Returns:
- possible object is
MetadataModeType
-
setMode
Sets the value of the mode property.- Parameters:
value
- allowed object isMetadataModeType
-
isSetMode
public boolean isSetMode() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
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
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withId
Adds objects to the list of Id using add method- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withId
Adds objects to the list of Id using addAll method- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withReferenced
Sets the value of the referenced property.- Parameters:
value
- allowed object isMetadataReferencedType
- Returns:
- The class instance
-
withValue
Adds objects to the list of Value using add method- Parameters:
values
- objects to add to the list Value- Returns:
- The class instance
-
withValue
Adds objects to the list of Value using addAll method- Parameters:
values
- objects to add to the list Value- Returns:
- The class instance
-
withReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withData
Adds objects to the list of Data using add method- Parameters:
values
- objects to add to the list Data- Returns:
- The class instance
-
withData
Adds objects to the list of Data using addAll method- Parameters:
values
- objects to add to the list Data- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isMetadataFieldType
- Returns:
- The class instance
-
withTrack
Sets the value of the track property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withInheritance
Sets the value of the inheritance property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withChange
Sets the value of the change property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withConflict
Sets the value of the conflict property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withMode
Sets the value of the mode property.- Parameters:
value
- allowed object isMetadataModeType
- 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
-
equals
-
visit
-
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
-
hashCode
public int hashCode() -
toString
-
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
-
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
-