Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | import javax.xml.bind.Marshaller; |
8 | import javax.xml.bind.Marshaller; |
| 9 | import javax.xml.bind.PropertyException; |
9 | import javax.xml.bind.PropertyException; |
| 10 | import javax.xml.bind.annotation.XmlRootElement; |
10 | import javax.xml.bind.annotation.XmlRootElement; |
| 11 | import javax.xml.transform.stream.StreamResult; |
11 | import javax.xml.transform.stream.StreamResult; |
| 12 | 12 | ||
| - | 13 | import br.com.ec.core.util.DataUtils; |
|
| - | 14 | import br.com.ec.core.util.VerificadorUtil; |
|
| 13 | import br.com.ec.domain.model.TransmissaoSngpc; |
15 | import br.com.ec.domain.model.TransmissaoSngpc; |
| 14 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 15 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 16 | 16 | ||
| 17 | @XmlRootElement(name="mensagemSNGPC", namespace="urn:sngpc-schema") |
17 | @XmlRootElement(name="mensagemSNGPC", namespace="urn:sngpc-schema") |
| 18 | public class MensagemSNGPC { |
18 | public class MensagemSNGPC { |
| 19 | 19 | ||
| 20 | private Cabecalho cabecalho; |
20 | private Cabecalho cabecalho; |