Class EClassClassificationClassCT


  • public class EClassClassificationClassCT
    extends Object
    eClass Classification Class (CC) type

    Java class for EClassClassificationClass_CT complex type.

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

     <complexType name="EClassClassificationClass_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="codedName" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="eClassIRDI" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="definition" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • codedName

        protected String codedName
      • eClassIRDI

        protected String eClassIRDI
      • definition

        protected String definition
    • Constructor Detail

      • EClassClassificationClassCT

        public EClassClassificationClassCT()
    • Method Detail

      • getCodedName

        public String getCodedName()
        Gets the value of the codedName property.
        Returns:
        possible object is String
      • setCodedName

        public void setCodedName​(String value)
        Sets the value of the codedName property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getEClassIRDI

        public String getEClassIRDI()
        Gets the value of the eClassIRDI property.
        Returns:
        possible object is String
      • setEClassIRDI

        public void setEClassIRDI​(String value)
        Sets the value of the eClassIRDI property.
        Parameters:
        value - allowed object is String
      • getDefinition

        public String getDefinition()
        Gets the value of the definition property.
        Returns:
        possible object is String
      • setDefinition

        public void setDefinition​(String value)
        Sets the value of the definition property.
        Parameters:
        value - allowed object is String