Class BaSyxFurtherInformation.BaSyxFurtherInformationBuilder
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementContainerBuilder<org.eclipse.basyx.submodel.metamodel.api.ISubmodel>
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
- de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata.BaSyxFurtherInformation.BaSyxFurtherInformationBuilder
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.DeferredBuilder<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>,de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder,de.iip_ecosphere.platform.support.aas.SubmodelElementContainerBuilder,de.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation.FurtherInformationBuilder,de.iip_ecosphere.platform.support.Builder<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>
- Enclosing class:
- BaSyxFurtherInformation
public static class BaSyxFurtherInformation.BaSyxFurtherInformationBuilder extends BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder implements de.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation.FurtherInformationBuilder
The sub-model element collection builder.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>>statements
-
Constructor Summary
Constructors Constructor Description BaSyxFurtherInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.BaSyxFurtherInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, javax.xml.datatype.XMLGregorianCalendar validDate)Creates a sub-model element collection builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation.FurtherInformationBuilderaddStatement(java.lang.String name, de.iip_ecosphere.platform.support.aas.LangString statement)BaSyxSubmodelElementCollectionbuild()-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
buildDeferred, createOperationBuilder, createPropertyBuilder, createReference, createReferenceElementBuilder, createSubmodelElementCollectionBuilder, defer, getAasBuilder, getCollection, getCollectionInstance, getInstance, getParentBuilder, isNew, register, register, register, register, register
-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementContainerBuilder
createFileDataElementBuilder
-
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.DeferredBuilder
buildDeferred, defer
-
-
-
-
Constructor Detail
-
BaSyxFurtherInformationBuilder
BaSyxFurtherInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, javax.xml.datatype.XMLGregorianCalendar validDate)
Creates a sub-model element collection builder. The parent builder must be set by the calling constructor.- Parameters:
parentBuilder- the parent buildervalidDate- denotes a date on which the data specified in the submodel was valid from for the associated asset- Throws:
java.lang.IllegalArgumentException- may be thrown ifidShortis not given
-
BaSyxFurtherInformationBuilder
BaSyxFurtherInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)
Creates an instance from an existing BaSyx instance.- Parameters:
parentBuilder- the parent builderinstance- the BaSyx instance
-
-
Method Detail
-
build
public BaSyxSubmodelElementCollection build()
- Specified by:
buildin interfacede.iip_ecosphere.platform.support.Builder<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>- Overrides:
buildin classBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
addStatement
public de.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation.FurtherInformationBuilder addStatement(java.lang.String name, de.iip_ecosphere.platform.support.aas.LangString statement)- Specified by:
addStatementin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.FurtherInformation.FurtherInformationBuilder
-
-