Uses of Class
com.vidispine.generated.ShapeType
-
-
Uses of ShapeType in com.vidispine.generated
Fields in com.vidispine.generated declared as ShapeType Modifier and Type Field Description protected ShapeType
TimelineType. destination
protected ShapeType
SearchResultEntryType. shape
protected ShapeType
ShapeDeductionResponse. shape
Fields in com.vidispine.generated with type parameters of type ShapeType Modifier and Type Field Description protected List<ShapeType>
EssenceVersionType. shape
protected List<ShapeType>
ItemType. shape
protected List<ShapeType>
MetadataWrapperType. shape
protected List<ShapeType>
ShapeListType. shape
Methods in com.vidispine.generated that return types with arguments of type ShapeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ShapeType>
ObjectFactory. createShapeDocument(ShapeType value)
List<ShapeType>
EssenceVersionType. getShape()
Gets the value of the shape property.List<ShapeType>
ItemType. getShape()
Gets the value of the shape property.List<ShapeType>
MetadataWrapperType. getShape()
Gets the value of the shape property.List<ShapeType>
ShapeListType. getShape()
Gets the value of the shape property.Methods in com.vidispine.generated with parameters of type ShapeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ShapeType>
ObjectFactory. createShapeDocument(ShapeType value)
void
TimelineType. setDestination(ShapeType value)
Sets the value of the destination property.void
SearchResultEntryType. setShape(ShapeType value)
Sets the value of the shape property.void
ShapeDeductionResponse. setShape(ShapeType value)
Sets the value of the shape property.TimelineType
TimelineType. withDestination(ShapeType value)
EssenceVersionType
EssenceVersionType. withShape(ShapeType... values)
ItemType
ItemType. withShape(ShapeType... values)
MetadataWrapperType
MetadataWrapperType. withShape(ShapeType... values)
SearchResultEntryType
SearchResultEntryType. withShape(ShapeType value)
ShapeDeductionResponse
ShapeDeductionResponse. withShape(ShapeType value)
ShapeListType
ShapeListType. withShape(ShapeType... values)
Method parameters in com.vidispine.generated with type arguments of type ShapeType Modifier and Type Method Description EssenceVersionType
EssenceVersionType. withShape(Collection<ShapeType> values)
ItemType
ItemType. withShape(Collection<ShapeType> values)
MetadataWrapperType
MetadataWrapperType. withShape(Collection<ShapeType> values)
ShapeListType
ShapeListType. withShape(Collection<ShapeType> values)
-