Class BaSyxProductClassifications
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElement
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
-
- de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata.BaSyxProductClassifications
-
- All Implemented Interfaces:
BaSyxElementTranslator.SubmodelElementsRegistrar,de.iip_ecosphere.platform.support.aas.Element,de.iip_ecosphere.platform.support.aas.ElementsAccess,de.iip_ecosphere.platform.support.aas.HasDataSpecification,de.iip_ecosphere.platform.support.aas.HasKind,de.iip_ecosphere.platform.support.aas.HasSemantics,de.iip_ecosphere.platform.support.aas.Qualifiable,de.iip_ecosphere.platform.support.aas.Referable,de.iip_ecosphere.platform.support.aas.SubmodelElement,de.iip_ecosphere.platform.support.aas.SubmodelElementCollection,de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassifications
public class BaSyxProductClassifications extends BaSyxSubmodelElementCollection implements de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassifications
Wrapper for the BaSyx product classifications class.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaSyxProductClassifications.BaSyxProductClassificationsBuilderThe sub-model element collection builder.-
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_SHORTprivate java.util.Map<java.lang.String,de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem>productClassificationItems
-
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxProductClassifications()Creates an instance.(package private)BaSyxProductClassifications(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformation collection)Creates an instance and sets the BaSyx instance directly.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItemgetProductClassificationItem(java.lang.String shortId)intgetProductClassificationItemsCount()org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassificationsgetSubmodelElement()Returns the implementing sub-model element.protected voidinitialize()Dynamically initializes the product classification items structure.java.lang.Iterable<de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem>productClassificationItems()BaSyxSubmodelElementCollectionregister(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
accept, createReference, deleteElement, elements, getDataElement, getElement, getElements, getElements, getElementsCount, getIdShort, getOperation, getProperty, getReferenceElement, getSubmodelElementCollection, getSubmodelElementCollections, register, register, register, register, register, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.support.aas.Element
accept, getIdShort, update
-
-
-
-
Field Detail
-
ID_SHORT
public static final java.lang.String ID_SHORT
- See Also:
- Constant Field Values
-
productClassificationItems
private java.util.Map<java.lang.String,de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem> productClassificationItems
-
-
Constructor Detail
-
BaSyxProductClassifications
private BaSyxProductClassifications()
Creates an instance. Prevents external creation.
-
BaSyxProductClassifications
BaSyxProductClassifications(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformation collection)
Creates an instance and sets the BaSyx instance directly.- Parameters:
collection- the collection instance
-
-
Method Detail
-
initialize
protected void initialize()
Dynamically initializes the product classification items structure.
-
getSubmodelElement
public org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassifications getSubmodelElement()
Description copied from class:BaSyxSubmodelElementReturns the implementing sub-model element.- Overrides:
getSubmodelElementin classBaSyxSubmodelElementCollection- Returns:
- the submodel element
-
register
public BaSyxSubmodelElementCollection register(BaSyxSubmodelElementCollection collection)
Description copied from interface:BaSyxElementTranslator.SubmodelElementsRegistrarRegisters a sub-model element collection.- Specified by:
registerin interfaceBaSyxElementTranslator.SubmodelElementsRegistrar- Overrides:
registerin classBaSyxSubmodelElementCollection- Parameters:
collection- the collection- Returns:
collection
-
getProductClassificationItemsCount
public int getProductClassificationItemsCount()
- Specified by:
getProductClassificationItemsCountin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassifications
-
getProductClassificationItem
public de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem getProductClassificationItem(java.lang.String shortId)
- Specified by:
getProductClassificationItemin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassifications
-
productClassificationItems
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem> productClassificationItems()
- Specified by:
productClassificationItemsin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassifications
-
-