Package com.vidispine.generated
Class MetadataWrapperType
java.lang.Object
com.vidispine.generated.MetadataWrapperType
- 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
public class MetadataWrapperType
extends Object
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 MetadataWrapperType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataWrapperType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType"/>
<element name="oldMetadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataListType" minOccurs="0"/>
<element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="shapeMetadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
<element name="bulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType"/>
<element name="oldBulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType" minOccurs="0"/>
<element name="targetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BulkyMetadataType
protected MetadataType
protected BulkyMetadataType
protected MetadataListType
protected SimpleMetadataType
protected String
-
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 bulkyMetadata property.Gets the value of the metadata property.Gets the value of the oldBulkyMetadata property.Gets the value of the oldMetadata property.getShape()
Gets the value of the shape property.Gets the value of the shapeMetadata property.Gets the value of the targetId property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the bulkyMetadata property.void
setMetadata
(MetadataType value) Sets the value of the metadata property.void
Sets the value of the oldBulkyMetadata property.void
setOldMetadata
(MetadataListType value) Sets the value of the oldMetadata property.void
Sets the value of the shapeMetadata property.void
setTargetId
(String value) Sets the value of the targetId property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the bulkyMetadata property.withMetadata
(MetadataType value) Sets the value of the metadata property.Sets the value of the oldBulkyMetadata property.withOldMetadata
(MetadataListType value) Sets the value of the oldMetadata property.Adds objects to the list of Shape using add methodwithShape
(Collection<ShapeType> values) Adds objects to the list of Shape using addAll methodSets the value of the shapeMetadata property.withTargetId
(String value) Sets the value of the targetId property.
-
Field Details
-
metadata
-
oldMetadata
-
shape
-
shapeMetadata
-
bulkyMetadata
-
oldBulkyMetadata
-
targetId
-
-
Constructor Details
-
MetadataWrapperType
public MetadataWrapperType()
-
-
Method Details
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getOldMetadata
Gets the value of the oldMetadata property.- Returns:
- possible object is
MetadataListType
-
setOldMetadata
Sets the value of the oldMetadata property.- Parameters:
value
- allowed object isMetadataListType
-
isSetOldMetadata
public boolean isSetOldMetadata() -
getShape
Gets the value of the shape 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 shape property.For example, to add a new item, do as follows:
getShape().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeType
- Returns:
- The value of the shape property.
-
isSetShape
public boolean isSetShape() -
unsetShape
public void unsetShape() -
getShapeMetadata
Gets the value of the shapeMetadata property.- Returns:
- possible object is
SimpleMetadataType
-
setShapeMetadata
Sets the value of the shapeMetadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetShapeMetadata
public boolean isSetShapeMetadata() -
getBulkyMetadata
Gets the value of the bulkyMetadata property.- Returns:
- possible object is
BulkyMetadataType
-
setBulkyMetadata
Sets the value of the bulkyMetadata property.- Parameters:
value
- allowed object isBulkyMetadataType
-
isSetBulkyMetadata
public boolean isSetBulkyMetadata() -
getOldBulkyMetadata
Gets the value of the oldBulkyMetadata property.- Returns:
- possible object is
BulkyMetadataType
-
setOldBulkyMetadata
Sets the value of the oldBulkyMetadata property.- Parameters:
value
- allowed object isBulkyMetadataType
-
isSetOldBulkyMetadata
public boolean isSetOldBulkyMetadata() -
getTargetId
Gets the value of the targetId property.- Returns:
- possible object is
String
-
setTargetId
Sets the value of the targetId property.- Parameters:
value
- allowed object isString
-
isSetTargetId
public boolean isSetTargetId() -
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
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isMetadataType
- Returns:
- The class instance
-
withOldMetadata
Sets the value of the oldMetadata property.- Parameters:
value
- allowed object isMetadataListType
- Returns:
- The class instance
-
withShape
Adds objects to the list of Shape using add method- Parameters:
values
- objects to add to the list Shape- Returns:
- The class instance
-
withShape
Adds objects to the list of Shape using addAll method- Parameters:
values
- objects to add to the list Shape- Returns:
- The class instance
-
withShapeMetadata
Sets the value of the shapeMetadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withBulkyMetadata
Sets the value of the bulkyMetadata property.- Parameters:
value
- allowed object isBulkyMetadataType
- Returns:
- The class instance
-
withOldBulkyMetadata
Sets the value of the oldBulkyMetadata property.- Parameters:
value
- allowed object isBulkyMetadataType
- Returns:
- The class instance
-
withTargetId
Sets the value of the targetId property.- Parameters:
value
- allowed object isString
- 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
-