|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.ExternalIdentifierType
public class ExternalIdentifierType
ExternalIdentifier is the mapping of the same named interface in ebRIM. It extends RegistryObject.
Java class for ExternalIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <attribute name="registryObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="identificationScheme" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="value" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
identificationScheme
|
protected java.lang.String |
registryObject
|
protected java.lang.String |
value
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo |
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
home, id, slots |
Constructor Summary | |
---|---|
ExternalIdentifierType()
|
Method Summary | |
---|---|
java.lang.String |
getIdentificationScheme()
Gets the value of the identificationScheme property. |
java.lang.String |
getRegistryObject()
Gets the value of the registryObject property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setIdentificationScheme(java.lang.String value)
Sets the value of the identificationScheme property. |
void |
setRegistryObject(java.lang.String value)
Sets the value of the registryObject property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
---|
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
getHome, getId, getSlots, setHome, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String registryObject
protected java.lang.String identificationScheme
protected java.lang.String value
Constructor Detail |
---|
public ExternalIdentifierType()
Method Detail |
---|
public java.lang.String getRegistryObject()
String
public void setRegistryObject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdentificationScheme()
String
public void setIdentificationScheme(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |