Class RegistryIDType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
-
public class RegistryIDType extends Object
Java class for RegistryIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryIDType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Organization" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringorganizationprotected Stringtype
-
Constructor Summary
Constructors Constructor Description RegistryIDType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrganization()Gets the value of the organization property.StringgetType()Gets the value of the type property.voidsetOrganization(String value)Sets the value of the organization property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
Gets the value of the organization property.- Returns:
- possible object is
String
-
setOrganization
public void setOrganization(String value)
Sets the value of the organization property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-