Class POEType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.POEType
-
- All Implemented Interfaces:
Serializable
public class POEType extends Object implements Serializable
Java class for POEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POEType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="POETime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="TypeOfProof" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="POEObject" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VOReferenceTypepoeObjectprotected DatepoeTimeprotected TypeOfProoftypeOfProof
-
Constructor Summary
Constructors Constructor Description POEType()
-
Method Summary
Modifier and Type Method Description VOReferenceTypegetPOEObject()Gets the value of the poeObject property.DategetPOETime()Gets the value of the poeTime property.TypeOfProofgetTypeOfProof()Gets the value of the typeOfProof property.voidsetPOEObject(VOReferenceType value)Sets the value of the poeObject property.voidsetPOETime(Date value)Sets the value of the poeTime property.voidsetTypeOfProof(TypeOfProof value)Sets the value of the typeOfProof property.
-
-
-
Field Detail
-
poeTime
protected Date poeTime
-
typeOfProof
protected TypeOfProof typeOfProof
-
poeObject
protected VOReferenceType poeObject
-
-
Method Detail
-
getPOETime
public Date getPOETime()
Gets the value of the poeTime property.- Returns:
- possible object is
String
-
setPOETime
public void setPOETime(Date value)
Sets the value of the poeTime property.- Parameters:
value- allowed object isString
-
getTypeOfProof
public TypeOfProof getTypeOfProof()
Gets the value of the typeOfProof property.- Returns:
- possible object is
String
-
setTypeOfProof
public void setTypeOfProof(TypeOfProof value)
Sets the value of the typeOfProof property.- Parameters:
value- allowed object isString
-
getPOEObject
public VOReferenceType getPOEObject()
Gets the value of the poeObject property.- Returns:
- possible object is
VOReferenceType
-
setPOEObject
public void setPOEObject(VOReferenceType value)
Sets the value of the poeObject property.- Parameters:
value- allowed object isVOReferenceType
-
-