Uses of Class
ca.phon.session.io.xml.v2_1.XmlMorTierData
Packages that use XmlMorTierData
-
Uses of XmlMorTierData in ca.phon.session.io.xml.v2_1
Fields in ca.phon.session.io.xml.v2_1 declared as XmlMorTierDataModifier and TypeFieldDescriptionprotected XmlMorTierDataXmlBlindTranscriptionType.morsprotected XmlMorTierDataXmlUserTierType.morsMethods in ca.phon.session.io.xml.v2_1 that return XmlMorTierDataModifier and TypeMethodDescriptionObjectFactory.createXmlMorTierData()Create an instance ofXmlMorTierDataXmlBlindTranscriptionType.getMors()Gets the value of the mors property.XmlUserTierType.getMors()Gets the value of the mors property.XmlSessionWriterV2_1.writeMorTierData(ObjectFactory factory, MorTierData tierData) Methods in ca.phon.session.io.xml.v2_1 that return types with arguments of type XmlMorTierDataModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlMorTierData> ObjectFactory.createMors(XmlMorTierData value) Methods in ca.phon.session.io.xml.v2_1 with parameters of type XmlMorTierDataModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlMorTierData> ObjectFactory.createMors(XmlMorTierData value) XmlSessionReaderV2_1.readMorTierData(SessionFactory factory, XmlMorTierData xmlTierData) voidXmlBlindTranscriptionType.setMors(XmlMorTierData value) Sets the value of the mors property.voidXmlUserTierType.setMors(XmlMorTierData value) Sets the value of the mors property.