getConfigurations static method
XML for the getConfigurations
Implementation
static XmlDocumentFragment getConfigurations() {
Transport.builder.element('GetConfigurations', nest: () {
Transport.builder.namespace(Xmlns.tptz);
});
return Transport.builder.buildFragment();
}