Package systextil.integracao.xml.cte
Class X509DataType
java.lang.Object
systextil.integracao.xml.cte.X509DataType
Java class for X509DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the x509Certificate property.voidsetX509Certificate(byte[] value) Sets the value of the x509Certificate property.
-
Field Details
-
x509Certificate
protected byte[] x509Certificate
-
-
Constructor Details
-
X509DataType
public X509DataType()
-
-
Method Details
-
getX509Certificate
public byte[] getX509Certificate()Gets the value of the x509Certificate property.- Returns:
- possible object is byte[]
-
setX509Certificate
public void setX509Certificate(byte[] value) Sets the value of the x509Certificate property.- Parameters:
value- allowed object is byte[]
-