Uses of Class
com.vidispine.generated.ContainerComponentType
-
-
Uses of ContainerComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as ContainerComponentType Modifier and Type Field Description protected ContainerComponentType
ComponentSynchronizeType. container
protected ContainerComponentType
PartialFileDescriptorType. containerComponent
protected ContainerComponentType
ShapeType. containerComponent
Methods in com.vidispine.generated that return types with arguments of type ContainerComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<ContainerComponentType>
ObjectFactory. createContainerComponentDocument(ContainerComponentType value)
Methods in com.vidispine.generated with parameters of type ContainerComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<ContainerComponentType>
ObjectFactory. createContainerComponentDocument(ContainerComponentType value)
void
ComponentSynchronizeType. setContainer(ContainerComponentType value)
Sets the value of the container property.void
PartialFileDescriptorType. setContainerComponent(ContainerComponentType value)
Sets the value of the containerComponent property.void
ShapeType. setContainerComponent(ContainerComponentType value)
Sets the value of the containerComponent property.ComponentSynchronizeType
ComponentSynchronizeType. withContainer(ContainerComponentType value)
PartialFileDescriptorType
PartialFileDescriptorType. withContainerComponent(ContainerComponentType value)
ShapeType
ShapeType. withContainerComponent(ContainerComponentType value)
-