Uses of Class
com.vidispine.generated.ExternalIdentifierType
-
-
Uses of ExternalIdentifierType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExternalIdentifierType Modifier and Type Field Description protected 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 ExternalIdentifierType Modifier and Type Method Description ExternalIdentifierType
ObjectFactory. createExternalIdentifierType()
Create an instance ofExternalIdentifierType
ExternalIdentifierType
ExternalIdentifierType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExternalIdentifierType
ExternalIdentifierType. withEntityId(String value)
ExternalIdentifierType
ExternalIdentifierType. withEntityType(String value)
ExternalIdentifierType
ExternalIdentifierType. withExternalId(String value)
ExternalIdentifierType
ExternalIdentifierType. withNamespace(String value)
Methods in com.vidispine.generated that return types with arguments of type ExternalIdentifierType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExternalIdentifierType>
ObjectFactory. createExternalIdentifierDocument(ExternalIdentifierType value)
List<ExternalIdentifierType>
CollectionType. getExternalId()
Gets the value of the externalId property.List<ExternalIdentifierType>
ItemType. getExternalId()
Gets the value of the externalId property.List<ExternalIdentifierType>
QuotaRuleType. getExternalId()
Gets the value of the externalId property.List<ExternalIdentifierType>
ExternalIdentifierListType. getId()
Gets the value of the id property.Methods in com.vidispine.generated with parameters of type ExternalIdentifierType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExternalIdentifierType>
ObjectFactory. createExternalIdentifierDocument(ExternalIdentifierType value)
CollectionType
CollectionType. withExternalId(ExternalIdentifierType... values)
ItemType
ItemType. withExternalId(ExternalIdentifierType... values)
QuotaRuleType
QuotaRuleType. withExternalId(ExternalIdentifierType... values)
ExternalIdentifierListType
ExternalIdentifierListType. withId(ExternalIdentifierType... values)
Method parameters in com.vidispine.generated with type arguments of type ExternalIdentifierType Modifier and Type Method Description CollectionType
CollectionType. withExternalId(Collection<ExternalIdentifierType> values)
ItemType
ItemType. withExternalId(Collection<ExternalIdentifierType> values)
QuotaRuleType
QuotaRuleType. withExternalId(Collection<ExternalIdentifierType> values)
ExternalIdentifierListType
ExternalIdentifierListType. withId(Collection<ExternalIdentifierType> values)
-