Uses of Class
com.vidispine.generated.GenericType
-
-
Uses of GenericType in com.vidispine.generated
Subclasses of GenericType in com.vidispine.generated Modifier and Type Class Description static class
TerseMetadataListType.Item
Java class for anonymous complex type.Fields in com.vidispine.generated declared as GenericType Modifier and Type Field Description protected GenericType
CollectionType. terse
protected GenericType
ItemType. terse
Methods in com.vidispine.generated that return GenericType Modifier and Type Method Description GenericType
ObjectFactory. createGenericType()
Create an instance ofGenericType
GenericType
CollectionType. getTerse()
Gets the value of the terse property.GenericType
ItemType. getTerse()
Gets the value of the terse property.GenericType
GenericType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
GenericType
GenericType. withAny(Collection<Element> values)
GenericType
GenericType. withAny(Element... values)
Methods in com.vidispine.generated that return types with arguments of type GenericType Modifier and Type Method Description javax.xml.bind.JAXBElement<GenericType>
ObjectFactory. createTerseMetadataDocument(GenericType value)
Methods in com.vidispine.generated with parameters of type GenericType Modifier and Type Method Description javax.xml.bind.JAXBElement<GenericType>
ObjectFactory. createTerseMetadataDocument(GenericType value)
void
CollectionType. setTerse(GenericType value)
Sets the value of the terse property.void
ItemType. setTerse(GenericType value)
Sets the value of the terse property.CollectionType
CollectionType. withTerse(GenericType value)
ItemType
ItemType. withTerse(GenericType value)
-