Uses of Class
com.vidispine.generated.ExternalIdentifierType
-
Uses of ExternalIdentifierType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExternalIdentifierTypeModifier and TypeFieldDescriptionprotected List<ExternalIdentifierType>
CollectionType.externalId
protected List<ExternalIdentifierType>
ItemType.externalId
protected List<ExternalIdentifierType>
QuotaRuleType.externalId
protected List<ExternalIdentifierType>
ExternalIdentifierListType.id
Methods in com.vidispine.generated that return ExternalIdentifierTypeModifier and TypeMethodDescriptionObjectFactory.createExternalIdentifierType()
Create an instance ofExternalIdentifierType
ExternalIdentifierType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ExternalIdentifierType.withEntityId
(String value) Sets the value of the entityId property.ExternalIdentifierType.withEntityType
(String value) Sets the value of the entityType property.ExternalIdentifierType.withExternalId
(String value) Sets the value of the externalId property.ExternalIdentifierType.withNamespace
(String value) Sets the value of the namespace property.Methods in com.vidispine.generated that return types with arguments of type ExternalIdentifierTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ExternalIdentifierType>
ObjectFactory.createExternalIdentifierDocument
(ExternalIdentifierType value) CollectionType.getExternalId()
Gets the value of the externalId property.ItemType.getExternalId()
Gets the value of the externalId property.QuotaRuleType.getExternalId()
Gets the value of the externalId property.ExternalIdentifierListType.getId()
Gets the value of the id property.Methods in com.vidispine.generated with parameters of type ExternalIdentifierTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ExternalIdentifierType>
ObjectFactory.createExternalIdentifierDocument
(ExternalIdentifierType value) CollectionType.withExternalId
(ExternalIdentifierType... values) Adds objects to the list of ExternalId using add methodItemType.withExternalId
(ExternalIdentifierType... values) Adds objects to the list of ExternalId using add methodQuotaRuleType.withExternalId
(ExternalIdentifierType... values) Adds objects to the list of ExternalId using add methodExternalIdentifierListType.withId
(ExternalIdentifierType... values) Adds objects to the list of Id using add methodMethod parameters in com.vidispine.generated with type arguments of type ExternalIdentifierTypeModifier and TypeMethodDescriptionCollectionType.withExternalId
(Collection<ExternalIdentifierType> values) Adds objects to the list of ExternalId using addAll methodItemType.withExternalId
(Collection<ExternalIdentifierType> values) Adds objects to the list of ExternalId using addAll methodQuotaRuleType.withExternalId
(Collection<ExternalIdentifierType> values) Adds objects to the list of ExternalId using addAll methodExternalIdentifierListType.withId
(Collection<ExternalIdentifierType> values) Adds objects to the list of Id using addAll method