Uses of Class
com.vidispine.generated.CompType
-
-
Uses of CompType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CompType Modifier and Type Field Description protected List<CompType>
VersionType. component
Methods in com.vidispine.generated that return CompType Modifier and Type Method Description CompType
ObjectFactory. createCompType()
Create an instance ofCompType
CompType
CompType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CompType
CompType. withName(String value)
CompType
CompType. withSiteId(String value)
CompType
CompType. withVersion(String value)
Methods in com.vidispine.generated that return types with arguments of type CompType Modifier and Type Method Description List<CompType>
VersionType. getComponent()
Gets the value of the component property.Methods in com.vidispine.generated with parameters of type CompType Modifier and Type Method Description VersionType
VersionType. withComponent(CompType... values)
Method parameters in com.vidispine.generated with type arguments of type CompType Modifier and Type Method Description VersionType
VersionType. withComponent(Collection<CompType> values)
-