Package systextil.integracao.xml.cte
Class SignatureType
java.lang.Object
systextil.integracao.xml.cte.SignatureType
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignedInfo" type="{http://www.w3.org/2000/09/xmldsig#}SignedInfoType"/>
<element name="SignatureValue" type="{http://www.w3.org/2000/09/xmldsig#}SignatureValueType"/>
<element name="KeyInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected KeyInfoTypeprotected SignatureValueTypeprotected SignedInfoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the keyInfo property.Gets the value of the signatureValue property.Gets the value of the signedInfo property.voidSets the value of the id property.voidsetKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.voidSets the value of the signatureValue property.voidsetSignedInfo(SignedInfoType value) Sets the value of the signedInfo property.
-
Field Details
-
signedInfo
-
signatureValue
-
keyInfo
-
id
-
-
Constructor Details
-
SignatureType
public SignatureType()
-
-
Method Details
-
getSignedInfo
Gets the value of the signedInfo property.- Returns:
- possible object is
SignedInfoType
-
setSignedInfo
Sets the value of the signedInfo property.- Parameters:
value- allowed object isSignedInfoType
-
getSignatureValue
Gets the value of the signatureValue property.- Returns:
- possible object is
SignatureValueType
-
setSignatureValue
Sets the value of the signatureValue property.- Parameters:
value- allowed object isSignatureValueType
-
getKeyInfo
Gets the value of the keyInfo property.- Returns:
- possible object is
KeyInfoType
-
setKeyInfo
Sets the value of the keyInfo property.- Parameters:
value- allowed object isKeyInfoType
-
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
-