Class BIRType


  • public class BIRType
    extends Object

    Java class for BIRType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BIRType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Version" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}VersionType" minOccurs="0"/>
             <element name="CBEFFVersion" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}VersionType" minOccurs="0"/>
             <any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
             <element name="BIRInfo" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}BIRInfoType"/>
             <element name="BDBInfo" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}BDBInfoType" minOccurs="0"/>
             <element name="SBInfo" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}SBInfoType" minOccurs="0"/>
             <element name="BIR" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}BIRType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="BDB" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="SB" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BIRType

        public BIRType()
    • Method Detail

      • getVersion

        public VersionType getVersion()
        Gets the value of the version property.
        Returns:
        possible object is VersionType
      • setBir

        public void setBir​(List<BIRType> bir)
        Parameters:
        bir - the bir to set
      • setAny

        public void setAny​(List<javax.xml.bind.JAXBElement<String>> any)
        Parameters:
        any - the any to set
      • setVersion

        public void setVersion​(VersionType value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is VersionType
      • getCBEFFVersion

        public VersionType getCBEFFVersion()
        Gets the value of the cbeffVersion property.
        Returns:
        possible object is VersionType
      • setCBEFFVersion

        public void setCBEFFVersion​(VersionType value)
        Sets the value of the cbeffVersion property.
        Parameters:
        value - allowed object is VersionType
      • getAny

        public List<javax.xml.bind.JAXBElement<String>> getAny()
        Gets the value of the any property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

        For example, to add a new item, do as follows:

         getAny().add(newItem);
         

        Objects of the following type(s) are allowed in the list Element

      • getBIRInfo

        public BIRInfoType getBIRInfo()
        Gets the value of the birInfo property.
        Returns:
        possible object is BIRInfoType
      • setBIRInfo

        public void setBIRInfo​(BIRInfoType value)
        Sets the value of the birInfo property.
        Parameters:
        value - allowed object is BIRInfoType
      • getBDBInfo

        public BDBInfoType getBDBInfo()
        Gets the value of the bdbInfo property.
        Returns:
        possible object is BDBInfoType
      • setBDBInfo

        public void setBDBInfo​(BDBInfoType value)
        Sets the value of the bdbInfo property.
        Parameters:
        value - allowed object is BDBInfoType
      • getSBInfo

        public SBInfoType getSBInfo()
        Gets the value of the sbInfo property.
        Returns:
        possible object is SBInfoType
      • setSBInfo

        public void setSBInfo​(SBInfoType value)
        Sets the value of the sbInfo property.
        Parameters:
        value - allowed object is SBInfoType
      • getBIR

        public List<BIRType> getBIR()
        Gets the value of the bir property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bir property.

        For example, to add a new item, do as follows:

         getBIR().add(newItem);
         

        Objects of the following type(s) are allowed in the list BIRType

      • getBDB

        public byte[] getBDB()
        Gets the value of the bdb property.
        Returns:
        possible object is byte[]
      • setBDB

        public void setBDB​(byte[] value)
        Sets the value of the bdb property.
        Parameters:
        value - allowed object is byte[]
      • getSB

        public byte[] getSB()
        Gets the value of the sb property.
        Returns:
        possible object is byte[]
      • setSB

        public void setSB​(byte[] value)
        Sets the value of the sb property.
        Parameters:
        value - allowed object is byte[]