|
2 | 2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
|
3 | 3 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
4 | 4 | // Any modifications to this file will be lost upon recompilation of the source schema.
|
5 |
| -// Generated on: 2024.10.11 at 04:27:35 PM BRT |
| 5 | +// Generated on: 2025.04.03 at 06:57:20 PM BRT |
6 | 6 | //
|
7 | 7 |
|
8 | 8 |
|
@@ -58,12 +58,12 @@ public class ObjectFactory {
|
58 | 58 | private final static QName _SignatureProperty_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SignatureProperty");
|
59 | 59 | private final static QName _TransformTypeXPath_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "XPath");
|
60 | 60 | private final static QName _SPKIDataTypeSPKISexp_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "SPKISexp");
|
61 |
| - private final static QName _SignatureMethodTypeHMACOutputLength_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "HMACOutputLength"); |
62 | 61 | private final static QName _X509DataTypeX509IssuerSerial_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509IssuerSerial");
|
63 | 62 | private final static QName _X509DataTypeX509CRL_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509CRL");
|
64 | 63 | private final static QName _X509DataTypeX509SubjectName_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SubjectName");
|
65 | 64 | private final static QName _X509DataTypeX509SKI_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509SKI");
|
66 | 65 | private final static QName _X509DataTypeX509Certificate_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "X509Certificate");
|
| 66 | + private final static QName _SignatureMethodTypeHMACOutputLength_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "HMACOutputLength"); |
67 | 67 | private final static QName _PGPDataTypePGPKeyID_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyID");
|
68 | 68 | private final static QName _PGPDataTypePGPKeyPacket_QNAME = new QName("http://www.w3.org/2000/09/xmldsig#", "PGPKeyPacket");
|
69 | 69 |
|
@@ -282,6 +282,14 @@ public TIdeEventoEvtTabInicial createTIdeEventoEvtTabInicial() {
|
282 | 282 | return new TIdeEventoEvtTabInicial();
|
283 | 283 | }
|
284 | 284 |
|
| 285 | + /** |
| 286 | + * Create an instance of {@link TInfoIntermProcTrab } |
| 287 | + * |
| 288 | + */ |
| 289 | + public TInfoIntermProcTrab createTInfoIntermProcTrab() { |
| 290 | + return new TInfoIntermProcTrab(); |
| 291 | + } |
| 292 | + |
285 | 293 | /**
|
286 | 294 | * Create an instance of {@link TNovaValidade }
|
287 | 295 | *
|
@@ -1108,15 +1116,6 @@ public JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value) {
|
1108 | 1116 | return new JAXBElement<byte[]>(_SPKIDataTypeSPKISexp_QNAME, byte[].class, SPKIDataType.class, ((byte[]) value));
|
1109 | 1117 | }
|
1110 | 1118 |
|
1111 |
| - /** |
1112 |
| - * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} |
1113 |
| - * |
1114 |
| - */ |
1115 |
| - @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "HMACOutputLength", scope = SignatureMethodType.class) |
1116 |
| - public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value) { |
1117 |
| - return new JAXBElement<BigInteger>(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value); |
1118 |
| - } |
1119 |
| - |
1120 | 1119 | /**
|
1121 | 1120 | * Create an instance of {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >}}
|
1122 | 1121 | *
|
@@ -1162,6 +1161,15 @@ public JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value) {
|
1162 | 1161 | return new JAXBElement<byte[]>(_X509DataTypeX509Certificate_QNAME, byte[].class, X509DataType.class, ((byte[]) value));
|
1163 | 1162 | }
|
1164 | 1163 |
|
| 1164 | + /** |
| 1165 | + * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} |
| 1166 | + * |
| 1167 | + */ |
| 1168 | + @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "HMACOutputLength", scope = SignatureMethodType.class) |
| 1169 | + public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value) { |
| 1170 | + return new JAXBElement<BigInteger>(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value); |
| 1171 | + } |
| 1172 | + |
1165 | 1173 | /**
|
1166 | 1174 | * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}
|
1167 | 1175 | *
|
|
0 commit comments