Class SBInfoType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.SBInfoType
-
public class SBInfoType extends Object
Java class for SBInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SBInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Format" type="{http://standards.iso.org/iso-iec/19785/-3/ed-2/}RegistryIDType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RegistryIDTypeformat
-
Constructor Summary
Constructors Constructor Description SBInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryIDTypegetFormat()Gets the value of the format property.voidsetFormat(RegistryIDType value)Sets the value of the format property.
-
-
-
Field Detail
-
format
protected RegistryIDType format
-
-
Method Detail
-
getFormat
public RegistryIDType getFormat()
Gets the value of the format property.- Returns:
- possible object is
RegistryIDType
-
setFormat
public void setFormat(RegistryIDType value)
Sets the value of the format property.- Parameters:
value- allowed object isRegistryIDType
-
-