oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ClassificationSchemeType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ClassificationSchemeType

public class ClassificationSchemeType
extends RegistryObjectType

ClassificationScheme is the mapping of the same named interface in ebRIM. It extends RegistryObject.

Java class for ClassificationSchemeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ClassificationSchemeType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ClassificationNode" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="isInternal" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="nodeType" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ClassificationNodeType> classificationNodes
           
protected  boolean isInternal
           
protected  java.lang.String nodeType
           
 
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
ClassificationSchemeType()
           
 
Method Summary
 java.util.List<ClassificationNodeType> getClassificationNodes()
          Gets the value of the classificationNodes property.
 java.lang.String getNodeType()
          Gets the value of the nodeType property.
 boolean isIsInternal()
          Gets the value of the isInternal property.
 void setIsInternal(boolean value)
          Sets the value of the isInternal property.
 void setNodeType(java.lang.String value)
          Sets the value of the nodeType 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

classificationNodes

protected java.util.List<ClassificationNodeType> classificationNodes

isInternal

protected boolean isInternal

nodeType

protected java.lang.String nodeType
Constructor Detail

ClassificationSchemeType

public ClassificationSchemeType()
Method Detail

getClassificationNodes

public java.util.List<ClassificationNodeType> getClassificationNodes()
Gets the value of the classificationNodes property.

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 classificationNodes property.

For example, to add a new item, do as follows:

    getClassificationNodes().add(newItem);
 

Objects of the following type(s) are allowed in the list ClassificationNodeType


isIsInternal

public boolean isIsInternal()
Gets the value of the isInternal property.


setIsInternal

public void setIsInternal(boolean value)
Sets the value of the isInternal property.


getNodeType

public java.lang.String getNodeType()
Gets the value of the nodeType property.

Returns:
possible object is String

setNodeType

public void setNodeType(java.lang.String value)
Sets the value of the nodeType property.

Parameters:
value - allowed object is String