uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class PartsName

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.PartsName
All Implemented Interfaces:
Serializable

public class PartsName
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PartsName()
           
PartsName(String[] name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getName()
          Gets the name value for this PartsName.
 String getName(int i)
           
 int hashCode()
           
 void setName(int i, String _value)
           
 void setName(String[] name)
          Sets the name value for this PartsName.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartsName

public PartsName()

PartsName

public PartsName(String[] name)
Method Detail

getName

public String[] getName()
Gets the name value for this PartsName.

Returns:
name

setName

public void setName(String[] name)
Sets the name value for this PartsName.

Parameters:
name -

getName

public String getName(int i)

setName

public void setName(int i,
                    String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()