public class ParallelTextWithId extends ParallelText implements Serializable
Constructor and Description |
---|
ParallelTextWithId() |
ParallelTextWithId(String source,
String target,
Category[] categories,
String paralleltTextId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Category[] |
getCategories()
Gets the categories value for this ParallelTextWithId.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getParalleltTextId()
Gets the paralleltTextId value for this ParallelTextWithId.
|
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 |
setCategories(Category[] categories)
Sets the categories value for this ParallelTextWithId.
|
void |
setParalleltTextId(String paralleltTextId)
Sets the paralleltTextId value for this ParallelTextWithId.
|
getSource, getTarget, setSource, setTarget
public Category[] getCategories()
public void setCategories(Category[] categories)
categories
- public String getParalleltTextId()
public void setParalleltTextId(String paralleltTextId)
paralleltTextId
- public boolean equals(Object obj)
equals
in class ParallelText
public int hashCode()
hashCode
in class ParallelText
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)