Class BaSyxGeneralInformation
- 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.BaSyxGeneralInformation
-
- 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.GeneralInformation
public class BaSyxGeneralInformation extends BaSyxSubmodelElementCollection implements de.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
Wrapper for the BaSyx general information class.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaSyxGeneralInformation.BaSyxGeneralInformationBuilderThe 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_SHORT
-
Constructor Summary
Constructors Modifier Constructor Description privateBaSyxGeneralInformation()Creates an instance.(package private)BaSyxGeneralInformation(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.FileDataElementgetManufacturerLogo()java.lang.StringgetManufacturerName()java.lang.StringgetManufacturerOrderCode()java.lang.StringgetManufacturerPartNumber()java.util.List<de.iip_ecosphere.platform.support.aas.LangString>getManufacturerProductDesignation()java.lang.Iterable<de.iip_ecosphere.platform.support.aas.FileDataElement>getProductImages()org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformationgetSubmodelElement()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
-
-
-
-
Field Detail
-
ID_SHORT
public static final java.lang.String ID_SHORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BaSyxGeneralInformation
private BaSyxGeneralInformation()
Creates an instance. Prevents external creation.
-
BaSyxGeneralInformation
BaSyxGeneralInformation(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
-
getSubmodelElement
public org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.generalinformation.GeneralInformation getSubmodelElement()
Description copied from class:BaSyxSubmodelElementReturns the implementing sub-model element.- Overrides:
getSubmodelElementin classBaSyxSubmodelElementCollection- Returns:
- the submodel element
-
getManufacturerName
public java.lang.String getManufacturerName()
- Specified by:
getManufacturerNamein interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
getManufacturerProductDesignation
public java.util.List<de.iip_ecosphere.platform.support.aas.LangString> getManufacturerProductDesignation()
- Specified by:
getManufacturerProductDesignationin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
getManufacturerPartNumber
public java.lang.String getManufacturerPartNumber()
- Specified by:
getManufacturerPartNumberin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
getManufacturerOrderCode
public java.lang.String getManufacturerOrderCode()
- Specified by:
getManufacturerOrderCodein interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
getManufacturerLogo
public de.iip_ecosphere.platform.support.aas.FileDataElement getManufacturerLogo()
- Specified by:
getManufacturerLogoin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
getProductImages
public java.lang.Iterable<de.iip_ecosphere.platform.support.aas.FileDataElement> getProductImages()
- Specified by:
getProductImagesin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.GeneralInformation
-
-