Uses of Interface
io.adminshell.aas.v3.model.IdentifierKeyValuePair
-
Packages that use IdentifierKeyValuePair Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of IdentifierKeyValuePair in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return IdentifierKeyValuePair Modifier and Type Method Description IdentifierKeyValuePairEntity. getSpecificAssetId()Reference to an identifier key value pair representing an external identifier of the asset represented by the asset administration shell.Methods in io.adminshell.aas.v3.model that return types with arguments of type IdentifierKeyValuePair Modifier and Type Method Description java.util.List<IdentifierKeyValuePair>AssetInformation. getSpecificAssetIds()Additional domain-specific, typically proprietary Identifier for the asset like e.g. serial number etc.Methods in io.adminshell.aas.v3.model with parameters of type IdentifierKeyValuePair Modifier and Type Method Description voidEntity. setSpecificAssetId(IdentifierKeyValuePair specificAssetId)Reference to an identifier key value pair representing an external identifier of the asset represented by the asset administration shell.Method parameters in io.adminshell.aas.v3.model with type arguments of type IdentifierKeyValuePair Modifier and Type Method Description voidAssetInformation. setSpecificAssetIds(java.util.List<IdentifierKeyValuePair> specificAssetIds)Additional domain-specific, typically proprietary Identifier for the asset like e.g. serial number etc. -
Uses of IdentifierKeyValuePair in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type IdentifierKeyValuePair Modifier and Type Class Description classIdentifierKeyValuePairBuilder<T extends IdentifierKeyValuePair,B extends IdentifierKeyValuePairBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type IdentifierKeyValuePair Modifier and Type Method Description BAssetInformationBuilder. specificAssetId(IdentifierKeyValuePair specificAssetId)This function allows adding a value to the List specificAssetIdsBEntityBuilder. specificAssetId(IdentifierKeyValuePair specificAssetId)This function allows setting a value for specificAssetIdMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type IdentifierKeyValuePair Modifier and Type Method Description BAssetInformationBuilder. specificAssetIds(java.util.List<IdentifierKeyValuePair> specificAssetIds)This function allows setting a value for specificAssetIds -
Uses of IdentifierKeyValuePair in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement IdentifierKeyValuePair Modifier and Type Class Description classDefaultIdentifierKeyValuePairDefault implementation of package io.adminshell.aas.v3.model.IdentifierKeyValuePair An IdentifierKeyValuePair describes a generic identifier as key-value pair.Fields in io.adminshell.aas.v3.model.impl declared as IdentifierKeyValuePair Modifier and Type Field Description protected IdentifierKeyValuePairDefaultEntity. specificAssetIdFields in io.adminshell.aas.v3.model.impl with type parameters of type IdentifierKeyValuePair Modifier and Type Field Description protected java.util.List<IdentifierKeyValuePair>DefaultAssetInformation. specificAssetIdsMethods in io.adminshell.aas.v3.model.impl that return IdentifierKeyValuePair Modifier and Type Method Description IdentifierKeyValuePairDefaultEntity. getSpecificAssetId()Methods in io.adminshell.aas.v3.model.impl that return types with arguments of type IdentifierKeyValuePair Modifier and Type Method Description java.util.List<IdentifierKeyValuePair>DefaultAssetInformation. getSpecificAssetIds()Methods in io.adminshell.aas.v3.model.impl with parameters of type IdentifierKeyValuePair Modifier and Type Method Description voidDefaultEntity. setSpecificAssetId(IdentifierKeyValuePair specificAssetId)Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type IdentifierKeyValuePair Modifier and Type Method Description voidDefaultAssetInformation. setSpecificAssetIds(java.util.List<IdentifierKeyValuePair> specificAssetIds)
-