use of alma.xmljbind.test.obsproposal.ObsProposal in project ACS by ACS-Community.
the class MarshalRoundtripTest method testMarshalObsProposal.
public void testMarshalObsProposal() throws Exception {
String xmlFilename = "ObsProposal1.xml";
ObsProposal oprop = xmlInOut.unmarshalObsProposal(xmlFilename);
oprop.validate();
xmlInOut.marshalObsProposalToFile(oprop, xmlFilename);
}
Aggregations