Class EClassClassificationClassCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.EClassClassificationClassCT
-
public class EClassClassificationClassCT extends Object
eClass Classification Class (CC) typeJava 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 Summary
Fields Modifier and Type Field Description protected String
codedName
protected String
definition
protected String
eClassIRDI
protected String
name
-
Constructor Summary
Constructors Constructor Description EClassClassificationClassCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodedName()
Gets the value of the codedName property.String
getDefinition()
Gets the value of the definition property.String
getEClassIRDI()
Gets the value of the eClassIRDI property.String
getName()
Gets the value of the name property.void
setCodedName(String value)
Sets the value of the codedName property.void
setDefinition(String value)
Sets the value of the definition property.void
setEClassIRDI(String value)
Sets the value of the eClassIRDI property.void
setName(String value)
Sets the value of the name property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
getDefinition
public String getDefinition()
Gets the value of the definition property.- Returns:
- possible object is
String
-
-