protected AESModel () throws XmlContentException {
//set up base AES object structure
aes = new AudioObject ();
aes.setSchemaVersion("1.0.0");
aes.setID(audioObjectID);
aes.setDisposition("");
Identifier ident = new Identifier("","primaryIdentifier");
ident.setIdentifierType("FILE_NAME");