public class AdjacencyPair extends Object implements Serializable
Constructor and Description |
---|
AdjacencyPair() |
AdjacencyPair(String category,
String firstTurn,
String[] secondTurns) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategory()
Gets the category value for this AdjacencyPair.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFirstTurn()
Gets the firstTurn value for this AdjacencyPair.
|
String[] |
getSecondTurns()
Gets the secondTurns value for this AdjacencyPair.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setCategory(String category)
Sets the category value for this AdjacencyPair.
|
void |
setFirstTurn(String firstTurn)
Sets the firstTurn value for this AdjacencyPair.
|
void |
setSecondTurns(String[] secondTurns)
Sets the secondTurns value for this AdjacencyPair.
|
public String getCategory()
public void setCategory(String category)
category
- public String getFirstTurn()
public void setFirstTurn(String firstTurn)
firstTurn
- public String[] getSecondTurns()
public void setSecondTurns(String[] secondTurns)
secondTurns
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)