fr.etai.xat2v2.obj
Class Classification

java.lang.Object
  extended by fr.etai.xat2v2.obj.Classification
All Implemented Interfaces:
Serializable

public class Classification
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Classification

public Classification()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String

getDictionary

public String getDictionary()
Gets the value of the dictionary property.

Returns:
possible object is String

setDictionary

public void setDictionary(String value)
Sets the value of the dictionary property.

Parameters:
value - allowed object is String

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getParent

public Classification getParent()
Gets the value of the parent property.

Returns:
possible object is Object

setParent

public void setParent(Classification value)
Sets the value of the parent property.

Parameters:
value - allowed object is Object

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.