|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Classification
public class Classification
Classification is a generic Object and ClassificationList is present in many Objects. It permits to indicate reference of any sorts, or to indicates the object's nature.
Java class for ClassificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="dictionary" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
Classification()
|
Method Summary | |
---|---|
void |
beforeMarshal(Marshaller m)
|
String |
getDictionary()
Gets the value of the dictionary property. |
String |
getInternalId()
Gets the value of the internalId property. |
Classification |
getParent()
Gets the value of the parent property. |
String |
getRef()
Gets the value of the ref property. |
String |
getSource()
Gets the value of the source property. |
String |
getValue()
Gets the value of the value property. |
void |
setDictionary(String value)
Sets the value of the dictionary property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setParent(Classification value)
Sets the value of the parent property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setValue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Classification()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
public String getDictionary()
String
public void setDictionary(String value)
value
- allowed object is
String
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public Classification getParent()
Object
public void setParent(Classification value)
value
- allowed object is
Object
public void beforeMarshal(Marshaller m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |