Uses of Class
com.vidispine.generated.ProjectType
-
-
Uses of ProjectType in com.vidispine.generated
Fields in com.vidispine.generated declared as ProjectType Modifier and Type Field Description protected ProjectType
CollectionType. project
Methods in com.vidispine.generated that return ProjectType Modifier and Type Method Description ProjectType
ObjectFactory. createProjectType()
Create an instance ofProjectType
ProjectType
CollectionType. getProject()
Gets the value of the project property.ProjectType
ProjectType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ProjectType
ProjectType. withMetadata(MetadataType value)
ProjectType
ProjectType. withName(String value)
Methods in com.vidispine.generated that return types with arguments of type ProjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProjectType>
ObjectFactory. createProjectDocument(ProjectType value)
Methods in com.vidispine.generated with parameters of type ProjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProjectType>
ObjectFactory. createProjectDocument(ProjectType value)
void
CollectionType. setProject(ProjectType value)
Sets the value of the project property.CollectionType
CollectionType. withProject(ProjectType value)
-