Class BIRInfoType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
-
public class BIRInfoType extends Object
Java class for BIRInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BIRInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Creator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Index" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}UUIDType" minOccurs="0"/> <element name="Payload" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="Integrity" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="NotValidBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="NotValidAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LocalDateTimecreationDateprotected Stringcreatorprotected Stringindexprotected booleanintegrityprotected LocalDateTimenotValidAfterprotected LocalDateTimenotValidBeforeprotected byte[]payload
-
Constructor Summary
Constructors Constructor Description BIRInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetCreationDate()Gets the value of the creationDate property.StringgetCreator()Gets the value of the creator property.StringgetIndex()Gets the value of the index property.LocalDateTimegetNotValidAfter()Gets the value of the notValidAfter property.LocalDateTimegetNotValidBefore()Gets the value of the notValidBefore property.byte[]getPayload()Gets the value of the payload property.booleanisIntegrity()Gets the value of the integrity property.voidsetCreationDate(LocalDateTime value)Sets the value of the creationDate property.voidsetCreator(String value)Sets the value of the creator property.voidsetIndex(String value)Sets the value of the index property.voidsetIntegrity(boolean value)Sets the value of the integrity property.voidsetNotValidAfter(LocalDateTime value)Sets the value of the notValidAfter property.voidsetNotValidBefore(LocalDateTime value)Sets the value of the notValidBefore property.voidsetPayload(byte[] value)Sets the value of the payload property.
-
-
-
Field Detail
-
creator
protected String creator
-
index
protected String index
-
payload
protected byte[] payload
-
integrity
protected boolean integrity
-
creationDate
protected LocalDateTime creationDate
-
notValidBefore
protected LocalDateTime notValidBefore
-
notValidAfter
protected LocalDateTime notValidAfter
-
-
Method Detail
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
getIndex
public String getIndex()
Gets the value of the index property.- Returns:
- possible object is
String
-
setIndex
public void setIndex(String value)
Sets the value of the index property.- Parameters:
value- allowed object isString
-
getPayload
public byte[] getPayload()
Gets the value of the payload property.- Returns:
- possible object is byte[]
-
setPayload
public void setPayload(byte[] value)
Sets the value of the payload property.- Parameters:
value- allowed object is byte[]
-
isIntegrity
public boolean isIntegrity()
Gets the value of the integrity property.
-
setIntegrity
public void setIntegrity(boolean value)
Sets the value of the integrity property.
-
getCreationDate
public LocalDateTime getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationDate
public void setCreationDate(LocalDateTime value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNotValidBefore
public LocalDateTime getNotValidBefore()
Gets the value of the notValidBefore property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotValidBefore
public void setNotValidBefore(LocalDateTime value)
Sets the value of the notValidBefore property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNotValidAfter
public LocalDateTime getNotValidAfter()
Gets the value of the notValidAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotValidAfter
public void setNotValidAfter(LocalDateTime value)
Sets the value of the notValidAfter property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-