Uses of Class
com.vidispine.generated.FileType.Item.Shape
-
-
Uses of FileType.Item.Shape in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileType.Item.Shape Modifier and Type Field Description protected List<FileType.Item.Shape>
FileType.Item. shape
Methods in com.vidispine.generated that return FileType.Item.Shape Modifier and Type Method Description FileType.Item.Shape
ObjectFactory. createFileTypeItemShape()
Create an instance ofFileType.Item.Shape
FileType.Item.Shape
FileType.Item.Shape. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileType.Item.Shape
FileType.Item.Shape. withComponent(FileType.Item.Shape.Component... values)
FileType.Item.Shape
FileType.Item.Shape. withComponent(Collection<FileType.Item.Shape.Component> values)
FileType.Item.Shape
FileType.Item.Shape. withId(String value)
Methods in com.vidispine.generated that return types with arguments of type FileType.Item.Shape Modifier and Type Method Description List<FileType.Item.Shape>
FileType.Item. getShape()
Gets the value of the shape property.Methods in com.vidispine.generated with parameters of type FileType.Item.Shape Modifier and Type Method Description FileType.Item
FileType.Item. withShape(FileType.Item.Shape... values)
Method parameters in com.vidispine.generated with type arguments of type FileType.Item.Shape Modifier and Type Method Description FileType.Item
FileType.Item. withShape(Collection<FileType.Item.Shape> values)
-