Uses of Class
com.vidispine.generated.MDObjectStrongReference
-
Uses of MDObjectStrongReference in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MDObjectStrongReferenceModifier and TypeFieldDescriptionprotected List<MDObjectStrongReference>MDObjectNode.strongReferenceMethods in com.vidispine.generated that return MDObjectStrongReferenceModifier and TypeMethodDescriptionObjectFactory.createMDObjectStrongReference()Create an instance ofMDObjectStrongReferenceMDObjectStrongReference.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) MDObjectStrongReference.withChild(MDObjectNode... values) Adds objects to the list of Child using add methodMDObjectStrongReference.withChild(Collection<MDObjectNode> values) Adds objects to the list of Child using addAll methodMDObjectStrongReference.withInstanceUid(byte[] value) Sets the value of the instanceUid property.MDObjectStrongReference.withLeaf(MDObjectLeaf... values) Adds objects to the list of Leaf using add methodMDObjectStrongReference.withLeaf(Collection<MDObjectLeaf> values) Adds objects to the list of Leaf using addAll methodSets the value of the name property.MDObjectStrongReference.withReferenceUl(byte[] value) Sets the value of the referenceUl property.MDObjectStrongReference.withStrongReference(MDObjectStrongReference... values) Adds objects to the list of StrongReference using add methodMDObjectStrongReference.withStrongReference(Collection<MDObjectStrongReference> values) Adds objects to the list of StrongReference using addAll methodMDObjectStrongReference.withUl(byte[] value) Sets the value of the ul property.MDObjectStrongReference.withWeakReference(MDObjectWeakReference... values) Adds objects to the list of WeakReference using add methodMDObjectStrongReference.withWeakReference(Collection<MDObjectWeakReference> values) Adds objects to the list of WeakReference using addAll methodMethods in com.vidispine.generated that return types with arguments of type MDObjectStrongReferenceModifier and TypeMethodDescriptionMDObjectNode.getStrongReference()Gets the value of the strongReference property.Methods in com.vidispine.generated with parameters of type MDObjectStrongReferenceModifier and TypeMethodDescriptionMDObjectNode.withStrongReference(MDObjectStrongReference... values) Adds objects to the list of StrongReference using add methodMDObjectStrongReference.withStrongReference(MDObjectStrongReference... values) Adds objects to the list of StrongReference using add methodMethod parameters in com.vidispine.generated with type arguments of type MDObjectStrongReferenceModifier and TypeMethodDescriptionMDObjectNode.withStrongReference(Collection<MDObjectStrongReference> values) Adds objects to the list of StrongReference using addAll methodMDObjectStrongReference.withStrongReference(Collection<MDObjectStrongReference> values) Adds objects to the list of StrongReference using addAll method