uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class Name
java.lang.Object
uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Name
- All Implemented Interfaces:
- Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable
- public class Name
- extends Object
- implements Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable
- See Also:
- Serialized Form
Name
public Name()
Name
public Name(String _value)
toString
public String toString()
get_value
public String get_value()
- Gets the _value value for this Name.
- Returns:
- _value
set_value
public void set_value(String _value)
- Sets the _value value for this Name.
- Parameters:
_value -
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
accept
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
- Grimoires specific methods and constructors
- Specified by:
accept in interface UDDIv2DataModelVisitable
- Throws:
Exception