Package lib :: Package maec :: Module maec11 :: Class MixedContainer
[hide private]
[frames] | no frames]

Class MixedContainer

source code

Instance Methods [hide private]
 
__init__(self, category, content_type, name, value) source code
 
getCategory(self) source code
 
getContenttype(self, content_type) source code
 
getValue(self) source code
 
getName(self) source code
 
export(self, outfile, level, name, namespace) source code
 
exportSimple(self, outfile, level, name) source code
 
exportLiteral(self, outfile, level, name) source code
Class Variables [hide private]
  CategoryNone = 0
  CategoryText = 1
  CategorySimple = 2
  CategoryComplex = 3
  TypeNone = 0
  TypeText = 1
  TypeString = 2
  TypeInteger = 3
  TypeFloat = 4
  TypeDecimal = 5
  TypeDouble = 6
  TypeBoolean = 7