Uses of Class
com.vidispine.generated.NameURIPairType
-
-
Uses of NameURIPairType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type NameURIPairType Modifier and Type Field Description protected List<NameURIPairType>
ComplexJobOTIFType. resource
protected List<NameURIPairType>
OtifPresetType. resource
Methods in com.vidispine.generated that return NameURIPairType Modifier and Type Method Description NameURIPairType
ObjectFactory. createNameURIPairType()
Create an instance ofNameURIPairType
NameURIPairType
NameURIPairType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NameURIPairType
NameURIPairType. withName(String value)
NameURIPairType
NameURIPairType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type NameURIPairType Modifier and Type Method Description List<NameURIPairType>
ComplexJobOTIFType. getResource()
Gets the value of the resource property.List<NameURIPairType>
OtifPresetType. getResource()
Gets the value of the resource property.Methods in com.vidispine.generated with parameters of type NameURIPairType Modifier and Type Method Description ComplexJobOTIFType
ComplexJobOTIFType. withResource(NameURIPairType... values)
OtifPresetType
OtifPresetType. withResource(NameURIPairType... values)
Method parameters in com.vidispine.generated with type arguments of type NameURIPairType Modifier and Type Method Description ComplexJobOTIFType
ComplexJobOTIFType. withResource(Collection<NameURIPairType> values)
OtifPresetType
OtifPresetType. withResource(Collection<NameURIPairType> values)
-