Class 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 Detail

      • creator

        protected String creator
      • index

        protected String index
      • payload

        protected byte[] payload
      • integrity

        protected boolean integrity
    • Constructor Detail

      • BIRInfoType

        public BIRInfoType()
    • 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 is String
      • 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 is String
      • 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.
      • setCreationDate

        public void setCreationDate​(LocalDateTime value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • setNotValidBefore

        public void setNotValidBefore​(LocalDateTime value)
        Sets the value of the notValidBefore property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • setNotValidAfter

        public void setNotValidAfter​(LocalDateTime value)
        Sets the value of the notValidAfter property.
        Parameters:
        value - allowed object is XMLGregorianCalendar