Package systextil.integracao.xml.cte
Class SignedInfoType
java.lang.Object
systextil.integracao.xml.cte.SignedInfoType
Java class for SignedInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignedInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CanonicalizationMethod">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="SignatureMethod">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="Reference" type="{http://www.w3.org/2000/09/xmldsig#}ReferenceType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignedInfoType.CanonicalizationMethodprotected Stringprotected ReferenceTypeprotected SignedInfoType.SignatureMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the canonicalizationMethod property.getId()Gets the value of the id property.Gets the value of the reference property.Gets the value of the signatureMethod property.voidSets the value of the canonicalizationMethod property.voidSets the value of the id property.voidsetReference(ReferenceType value) Sets the value of the reference property.voidSets the value of the signatureMethod property.
-
Field Details
-
canonicalizationMethod
-
signatureMethod
-
reference
-
id
-
-
Constructor Details
-
SignedInfoType
public SignedInfoType()
-
-
Method Details
-
getCanonicalizationMethod
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
SignedInfoType.CanonicalizationMethod
-
setCanonicalizationMethod
Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isSignedInfoType.CanonicalizationMethod
-
getSignatureMethod
Gets the value of the signatureMethod property.- Returns:
- possible object is
SignedInfoType.SignatureMethod
-
setSignatureMethod
Sets the value of the signatureMethod property.- Parameters:
value- allowed object isSignedInfoType.SignatureMethod
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
ReferenceType
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isReferenceType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-