|
|||||||||
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
public class RegistryObjectType
Java class for RegistryObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryObjectType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}IdentifiableType"> <sequence minOccurs="0"> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Name" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Description" minOccurs="0"/> <element name="VersionInfo" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}VersionInfoType" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Classification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ExternalIdentifier" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="lid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="objectType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="status" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<ClassificationType> |
classifications
|
protected InternationalStringType |
description
|
protected java.util.List<ExternalIdentifierType> |
externalIdentifiers
|
protected java.lang.String |
lid
|
protected InternationalStringType |
name
|
protected java.lang.String |
objectType
|
protected java.lang.String |
status
|
protected VersionInfoType |
versionInfo
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType |
---|
home, id, slots |
Constructor Summary | |
---|---|
RegistryObjectType()
|
Method Summary | |
---|---|
java.util.List<ClassificationType> |
getClassifications()
Gets the value of the classifications property. |
InternationalStringType |
getDescription()
Gets the value of the description property. |
java.util.List<ExternalIdentifierType> |
getExternalIdentifiers()
Gets the value of the externalIdentifiers property. |
java.lang.String |
getLid()
Gets the value of the lid property. |
InternationalStringType |
getName()
Gets the value of the name property. |
java.lang.String |
getObjectType()
Gets the value of the objectType property. |
java.lang.String |
getStatus()
Gets the value of the status property. |
VersionInfoType |
getVersionInfo()
Gets the value of the versionInfo property. |
void |
setDescription(InternationalStringType value)
Sets the value of the description property. |
void |
setLid(java.lang.String value)
Sets the value of the lid property. |
void |
setName(InternationalStringType value)
Sets the value of the name property. |
void |
setObjectType(java.lang.String value)
Sets the value of the objectType property. |
void |
setStatus(java.lang.String value)
Sets the value of the status property. |
void |
setVersionInfo(VersionInfoType value)
Sets the value of the versionInfo property. |
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 InternationalStringType name
protected InternationalStringType description
protected VersionInfoType versionInfo
protected java.util.List<ClassificationType> classifications
protected java.util.List<ExternalIdentifierType> externalIdentifiers
protected java.lang.String lid
protected java.lang.String objectType
protected java.lang.String status
Constructor Detail |
---|
public RegistryObjectType()
Method Detail |
---|
public InternationalStringType getName()
InternationalStringType
public void setName(InternationalStringType value)
value
- allowed object is
InternationalStringType
public InternationalStringType getDescription()
InternationalStringType
public void setDescription(InternationalStringType value)
value
- allowed object is
InternationalStringType
public VersionInfoType getVersionInfo()
VersionInfoType
public void setVersionInfo(VersionInfoType value)
value
- allowed object is
VersionInfoType
public java.util.List<ClassificationType> getClassifications()
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 set
method for the classifications property.
For example, to add a new item, do as follows:
getClassifications().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationType
public java.util.List<ExternalIdentifierType> getExternalIdentifiers()
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 set
method for the externalIdentifiers property.
For example, to add a new item, do as follows:
getExternalIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalIdentifierType
public java.lang.String getLid()
String
public void setLid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getObjectType()
String
public void setObjectType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(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 |