Skip to content

ManufacturerSpec_Type

Bases: NBOBaseClass

Represents the XML complex type ManufacturerSpec.

This describes the Manufacturer specifications for this component (i.e., Manufacturer Name, Model designation and Catalog Number).

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setManufacturer(value, validate=True)

getManufacturer()

resetManufacturer()

hasManufacturer()

getManufacturerAllowedValues() staticmethod

setModel(value, validate=True)

getModel()

resetModel()

hasModel()

getModelAllowedValues() staticmethod

setCatalogNumber(value, validate=True)

getCatalogNumber()

resetCatalogNumber()

hasCatalogNumber()

getCatalogNumberAllowedValues() staticmethod

setLotNumber(value, validate=True)

getLotNumber()

resetLotNumber()

hasLotNumber()

getLotNumberAllowedValues() staticmethod

setMapAnnotation_List(value, validate=True)

getMapAnnotation_List()

addToMapAnnotation_List(value, validate=True)

clearMapAnnotation_List()

setSpecsFile(value, validate=True)

getSpecsFile()

resetSpecsFile()

hasSpecsFile()

setAdditionalVendorInformation_List(value, validate=True)

getAdditionalVendorInformation_List()

addToAdditionalVendorInformation_List(value, validate=True)

clearAdditionalVendorInformation_List()