Uses of Class
com.vidispine.generated.OtifResourceType
-
-
Uses of OtifResourceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OtifResourceType Modifier and Type Field Description protected List<OtifResourceType>
OtifResourceListType. resource
Methods in com.vidispine.generated that return OtifResourceType Modifier and Type Method Description OtifResourceType
ObjectFactory. createOtifResourceType()
Create an instance ofOtifResourceType
OtifResourceType
OtifResourceType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifResourceType
OtifResourceType. withName(String value)
OtifResourceType
OtifResourceType. withSize(int value)
Methods in com.vidispine.generated that return types with arguments of type OtifResourceType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifResourceType>
ObjectFactory. createOtifResourceDocument(OtifResourceType value)
List<OtifResourceType>
OtifResourceListType. getResource()
Gets the value of the resource property.Methods in com.vidispine.generated with parameters of type OtifResourceType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifResourceType>
ObjectFactory. createOtifResourceDocument(OtifResourceType value)
OtifResourceListType
OtifResourceListType. withResource(OtifResourceType... values)
Method parameters in com.vidispine.generated with type arguments of type OtifResourceType Modifier and Type Method Description OtifResourceListType
OtifResourceListType. withResource(Collection<OtifResourceType> values)
-