Uses of Class
com.vidispine.generated.ExportLocationType
-
-
Uses of ExportLocationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExportLocationType Modifier and Type Field Description protected List<ExportLocationType>
ExportLocationListType. exportLocation
Methods in com.vidispine.generated that return ExportLocationType Modifier and Type Method Description ExportLocationType
ObjectFactory. createExportLocationType()
Create an instance ofExportLocationType
ExportLocationType
ExportLocationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportLocationType
ExportLocationType. withName(String value)
ExportLocationType
ExportLocationType. withProjection(String value)
ExportLocationType
ExportLocationType. withScript(String value)
ExportLocationType
ExportLocationType. withTag(String... values)
ExportLocationType
ExportLocationType. withTag(Collection<String> values)
ExportLocationType
ExportLocationType. withUri(String value)
ExportLocationType
ExportLocationType. withUriList(String... values)
ExportLocationType
ExportLocationType. withUriList(Collection<String> values)
Methods in com.vidispine.generated that return types with arguments of type ExportLocationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExportLocationType>
ObjectFactory. createExportLocationDocument(ExportLocationType value)
List<ExportLocationType>
ExportLocationListType. getExportLocation()
Gets the value of the exportLocation property.Methods in com.vidispine.generated with parameters of type ExportLocationType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExportLocationType>
ObjectFactory. createExportLocationDocument(ExportLocationType value)
ExportLocationListType
ExportLocationListType. withExportLocation(ExportLocationType... values)
Method parameters in com.vidispine.generated with type arguments of type ExportLocationType Modifier and Type Method Description ExportLocationListType
ExportLocationListType. withExportLocation(Collection<ExportLocationType> values)
-