Class BIRType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<String>>anyprotected byte[]bdbprotected BDBInfoTypebdbInfoprotected List<BIRType>birprotected BIRInfoTypebirInfoprotected VersionTypecbeffVersionprotected byte[]sbprotected SBInfoTypesbInfoprotected VersionTypeversion
-
Constructor Summary
Constructors Constructor Description BIRType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<String>>getAny()Gets the value of the any property.byte[]getBDB()Gets the value of the bdb property.BDBInfoTypegetBDBInfo()Gets the value of the bdbInfo property.List<BIRType>getBIR()Gets the value of the bir property.BIRInfoTypegetBIRInfo()Gets the value of the birInfo property.VersionTypegetCBEFFVersion()Gets the value of the cbeffVersion property.byte[]getSB()Gets the value of the sb property.SBInfoTypegetSBInfo()Gets the value of the sbInfo property.VersionTypegetVersion()Gets the value of the version property.voidsetAny(List<javax.xml.bind.JAXBElement<String>> any)voidsetBDB(byte[] value)Sets the value of the bdb property.voidsetBDBInfo(BDBInfoType value)Sets the value of the bdbInfo property.voidsetBir(List<BIRType> bir)voidsetBIRInfo(BIRInfoType value)Sets the value of the birInfo property.voidsetCBEFFVersion(VersionType value)Sets the value of the cbeffVersion property.voidsetSB(byte[] value)Sets the value of the sb property.voidsetSBInfo(SBInfoType value)Sets the value of the sbInfo property.voidsetVersion(VersionType value)Sets the value of the version property.
-
-
-
Field Detail
-
version
protected VersionType version
-
cbeffVersion
protected VersionType cbeffVersion
-
birInfo
protected BIRInfoType birInfo
-
bdbInfo
protected BDBInfoType bdbInfo
-
sbInfo
protected SBInfoType sbInfo
-
bdb
protected byte[] bdb
-
sb
protected byte[] sb
-
-
Method Detail
-
getVersion
public VersionType getVersion()
Gets the value of the version property.- Returns:
- possible object is
VersionType
-
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 isVersionType
-
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 isVersionType
-
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
setmethod 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 isBIRInfoType
-
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 isBDBInfoType
-
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 isSBInfoType
-
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
setmethod 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[]
-
-