org.aspsimon.termcomp.entity.xtc
Class Name

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Name

public class Name
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" name="name"/>
 


Constructor Summary
Name()
           
 
Method Summary
 java.lang.String getName()
          Get the 'name' element value.
 void setName(java.lang.String name)
          Set the 'name' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name()
Method Detail

getName

public java.lang.String getName()
Get the 'name' element value.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'name' element value.

Parameters:
name -