|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.BestIdentifierType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class BestIdentifierType
Unique identificator of a BeSt object.
Java class for BestIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BestIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Namespace" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BestIdentifierComponentType" minOccurs="0"/> <element name="ObjectIdentifier" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BestIdentifierComponentType" minOccurs="0"/> <element name="VersionIdentifier" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}BestIdentifierComponentType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
BestIdentifierType()
|
Method Summary | |
---|---|
String |
getNamespace()
Gets the value of the namespace property. |
String |
getObjectIdentifier()
Gets the value of the objectIdentifier property. |
String |
getVersionIdentifier()
Gets the value of the versionIdentifier property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
void |
setObjectIdentifier(String value)
Sets the value of the objectIdentifier property. |
void |
setVersionIdentifier(String value)
Sets the value of the versionIdentifier property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BestIdentifierType()
Method Detail |
---|
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getObjectIdentifier()
String
public void setObjectIdentifier(String value)
value
- allowed object is
String
public String getVersionIdentifier()
String
public void setVersionIdentifier(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |