Uses of Class
com.vidispine.generated.MetadataReferencedType
-
-
Uses of MetadataReferencedType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataReferencedType Modifier and Type Field Description protected MetadataReferencedType
MetadataFieldValueType. referenced
protected MetadataReferencedType
MetadataGroupValueType. referenced
Methods in com.vidispine.generated that return MetadataReferencedType Modifier and Type Method Description MetadataReferencedType
ObjectFactory. createMetadataReferencedType()
Create an instance ofMetadataReferencedType
MetadataReferencedType
MetadataFieldValueType. getReferenced()
Gets the value of the referenced property.MetadataReferencedType
MetadataGroupValueType. getReferenced()
Gets the value of the referenced property.MetadataReferencedType
MetadataReferencedType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataReferencedType
MetadataReferencedType. withId(String value)
MetadataReferencedType
MetadataReferencedType. withType(String value)
MetadataReferencedType
MetadataReferencedType. withUuid(String value)
Methods in com.vidispine.generated with parameters of type MetadataReferencedType Modifier and Type Method Description void
MetadataFieldValueType. setReferenced(MetadataReferencedType value)
Sets the value of the referenced property.void
MetadataGroupValueType. setReferenced(MetadataReferencedType value)
Sets the value of the referenced property.MetadataFieldValueType
MetadataFieldValueType. withReferenced(MetadataReferencedType value)
MetadataGroupValueType
MetadataGroupValueType. withReferenced(MetadataReferencedType value)
-