Uses of Class
com.vidispine.generated.ConfigurationPropertyType
-
-
Uses of ConfigurationPropertyType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ConfigurationPropertyType Modifier and Type Field Description protected List<ConfigurationPropertyType>
ConfigurationPropertyListType. property
Methods in com.vidispine.generated that return ConfigurationPropertyType Modifier and Type Method Description ConfigurationPropertyType
ObjectFactory. createConfigurationPropertyType()
Create an instance ofConfigurationPropertyType
ConfigurationPropertyType
ConfigurationPropertyType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConfigurationPropertyType
ConfigurationPropertyType. withKey(String value)
ConfigurationPropertyType
ConfigurationPropertyType. withLastChange(XMLGregorianCalendar value)
ConfigurationPropertyType
ConfigurationPropertyType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type ConfigurationPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConfigurationPropertyType>
ObjectFactory. createConfigurationPropertyDocument(ConfigurationPropertyType value)
List<ConfigurationPropertyType>
ConfigurationPropertyListType. getProperty()
Gets the value of the property property.Methods in com.vidispine.generated with parameters of type ConfigurationPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConfigurationPropertyType>
ObjectFactory. createConfigurationPropertyDocument(ConfigurationPropertyType value)
ConfigurationPropertyListType
ConfigurationPropertyListType. withProperty(ConfigurationPropertyType... values)
Method parameters in com.vidispine.generated with type arguments of type ConfigurationPropertyType Modifier and Type Method Description ConfigurationPropertyListType
ConfigurationPropertyListType. withProperty(Collection<ConfigurationPropertyType> values)
-