Package systextil.integracao.xml.cte
Class KeyInfoType
java.lang.Object
systextil.integracao.xml.cte.KeyInfoType
Java class for KeyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X509Data" type="{http://www.w3.org/2000/09/xmldsig#}X509DataType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the x509Data property.voidSets the value of the id property.voidsetX509Data(X509DataType value) Sets the value of the x509Data property.
-
Field Details
-
x509Data
-
id
-
-
Constructor Details
-
KeyInfoType
public KeyInfoType()
-
-
Method Details
-
getX509Data
Gets the value of the x509Data property.- Returns:
- possible object is
X509DataType
-
setX509Data
Sets the value of the x509Data property.- Parameters:
value- allowed object isX509DataType
-
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
-