Class BaSyxProductClassificationItem
- 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.BaSyxProductClassificationItem
-
- 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.ProductClassificationItem
public class BaSyxProductClassificationItem extends BaSyxSubmodelElementCollection implements de.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem
Wraps a product classification item.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaSyxProductClassificationItem.BaSyxProductClassificationItemBuilderThe sub-model element collection builder.-
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxProductClassificationItem()Creates an instance.(package private)BaSyxProductClassificationItem(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassificationItem collection)Creates an instance and sets the BaSyx instance directly.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassificationSystemVersion()java.lang.StringgetProductClassId()java.lang.StringgetProductClassificationSystem()org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassificationItemgetSubmodelElement()Returns the implementing sub-model element.-
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, 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
-
-
-
-
Constructor Detail
-
BaSyxProductClassificationItem
private BaSyxProductClassificationItem()
Creates an instance. Prevents external creation.
-
BaSyxProductClassificationItem
BaSyxProductClassificationItem(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassificationItem collection)
Creates an instance and sets the BaSyx instance directly.- Parameters:
collection- the collection instance
-
-
Method Detail
-
getSubmodelElement
public org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.productclassifications.ProductClassificationItem getSubmodelElement()
Description copied from class:BaSyxSubmodelElementReturns the implementing sub-model element.- Overrides:
getSubmodelElementin classBaSyxSubmodelElementCollection- Returns:
- the submodel element
-
getProductClassId
public java.lang.String getProductClassId()
- Specified by:
getProductClassIdin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem
-
getProductClassificationSystem
public java.lang.String getProductClassificationSystem()
- Specified by:
getProductClassificationSystemin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem
-
getClassificationSystemVersion
public java.lang.String getClassificationSystemVersion()
- Specified by:
getClassificationSystemVersionin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.ProductClassificationItem
-
-