Class BaSyxFurtherInformation
- 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.BaSyxFurtherInformation
-
- 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.FurtherInformation
public class BaSyxFurtherInformation extends BaSyxSubmodelElementCollection implements de.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation
Wrapper for the BaSyx further information class.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaSyxFurtherInformation.BaSyxFurtherInformationBuilderThe 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 privateBaSyxFurtherInformation()Creates an instance.(package private)BaSyxFurtherInformation(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformation collection)Creates an instance and sets the BaSyx instance directly.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>>getStatements()org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformationgetSubmodelElement()Returns the implementing sub-model element.javax.xml.datatype.XMLGregorianCalendargetValidDate()Returns the valid date.voidsetStatements(java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> statements)private static voidsetTextStatements(BaSyxSubmodelElementCollection coll, org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformation fi, java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> statements)Turns the nested structure into text statements and sets them on the given AAS structures.voidsetValidDate(javax.xml.datatype.XMLGregorianCalendar validDate)-
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
-
-
-
-
Field Detail
-
ID_SHORT
public static final java.lang.String ID_SHORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BaSyxFurtherInformation
private BaSyxFurtherInformation()
Creates an instance. Prevents external creation.
-
BaSyxFurtherInformation
BaSyxFurtherInformation(org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformation 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.furtherinformation.FurtherInformation getSubmodelElement()
Description copied from class:BaSyxSubmodelElementReturns the implementing sub-model element.- Overrides:
getSubmodelElementin classBaSyxSubmodelElementCollection- Returns:
- the submodel element
-
getValidDate
public javax.xml.datatype.XMLGregorianCalendar getValidDate()
Returns the valid date.- Specified by:
getValidDatein interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation- Returns:
- denotes a date on which the data specified in the submodel was valid from for the associated asset
-
setValidDate
public void setValidDate(javax.xml.datatype.XMLGregorianCalendar validDate)
- Specified by:
setValidDatein interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation
-
getStatements
public java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> getStatements()
- Specified by:
getStatementsin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation
-
setStatements
public void setStatements(java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> statements)
- Specified by:
setStatementsin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation
-
setTextStatements
private static void setTextStatements(BaSyxSubmodelElementCollection coll, org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformation fi, java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> statements)
Turns the nested structure into text statements and sets them on the given AAS structures.- Parameters:
coll- the collection to register the new multi-language data elements withfi- the BaSyx instance to set the new multi-language data elements onstatements- the statements, first level maps short_ids to (language, text)
-
-