public class WSTopic
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private WSAssociation[] |
associations |
private java.lang.String |
baseName |
private boolean |
full |
private WSOccurrence[] |
occurrences |
private java.lang.String[] |
subjectIdentifiers |
private java.lang.String |
subjectLocator |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.String[] |
types |
private java.lang.String[][] |
variantLanguages |
private java.lang.String[][] |
variantNames |
private java.lang.String[] |
variantTypes |
Constructor and Description |
---|
WSTopic() |
WSTopic(boolean full,
java.lang.String baseName,
java.lang.String[] variantTypes,
java.lang.String[][] variantLanguages,
java.lang.String[][] variantNames,
java.lang.String subjectLocator,
java.lang.String[] subjectIdentifiers,
java.lang.String[] types,
WSAssociation[] associations,
WSOccurrence[] occurrences) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
WSAssociation[] |
getAssociations()
Gets the associations value for this WSTopic.
|
java.lang.String |
getBaseName()
Gets the baseName value for this WSTopic.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
WSOccurrence[] |
getOccurrences()
Gets the occurrences value for this WSTopic.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String[] |
getSubjectIdentifiers()
Gets the subjectIdentifiers value for this WSTopic.
|
java.lang.String |
getSubjectLocator()
Gets the subjectLocator value for this WSTopic.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String[] |
getTypes()
Gets the types value for this WSTopic.
|
java.lang.String[][] |
getVariantLanguages()
Gets the variantLanguages value for this WSTopic.
|
java.lang.String[][] |
getVariantNames()
Gets the variantNames value for this WSTopic.
|
java.lang.String[] |
getVariantTypes()
Gets the variantTypes value for this WSTopic.
|
int |
hashCode() |
boolean |
isFull()
Gets the full value for this WSTopic.
|
void |
setAssociations(WSAssociation[] associations)
Sets the associations value for this WSTopic.
|
void |
setBaseName(java.lang.String baseName)
Sets the baseName value for this WSTopic.
|
void |
setFull(boolean full)
Sets the full value for this WSTopic.
|
void |
setOccurrences(WSOccurrence[] occurrences)
Sets the occurrences value for this WSTopic.
|
void |
setSubjectIdentifiers(java.lang.String[] subjectIdentifiers)
Sets the subjectIdentifiers value for this WSTopic.
|
void |
setSubjectLocator(java.lang.String subjectLocator)
Sets the subjectLocator value for this WSTopic.
|
void |
setTypes(java.lang.String[] types)
Sets the types value for this WSTopic.
|
void |
setVariantLanguages(java.lang.String[][] variantLanguages)
Sets the variantLanguages value for this WSTopic.
|
void |
setVariantNames(java.lang.String[][] variantNames)
Sets the variantNames value for this WSTopic.
|
void |
setVariantTypes(java.lang.String[] variantTypes)
Sets the variantTypes value for this WSTopic.
|
private boolean full
private java.lang.String baseName
private java.lang.String[] variantTypes
private java.lang.String[][] variantLanguages
private java.lang.String[][] variantNames
private java.lang.String subjectLocator
private java.lang.String[] subjectIdentifiers
private java.lang.String[] types
private WSAssociation[] associations
private WSOccurrence[] occurrences
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public WSTopic()
public WSTopic(boolean full, java.lang.String baseName, java.lang.String[] variantTypes, java.lang.String[][] variantLanguages, java.lang.String[][] variantNames, java.lang.String subjectLocator, java.lang.String[] subjectIdentifiers, java.lang.String[] types, WSAssociation[] associations, WSOccurrence[] occurrences)
public boolean isFull()
public void setFull(boolean full)
full
- public java.lang.String getBaseName()
public void setBaseName(java.lang.String baseName)
baseName
- public java.lang.String[] getVariantTypes()
public void setVariantTypes(java.lang.String[] variantTypes)
variantTypes
- public java.lang.String[][] getVariantLanguages()
public void setVariantLanguages(java.lang.String[][] variantLanguages)
variantLanguages
- public java.lang.String[][] getVariantNames()
public void setVariantNames(java.lang.String[][] variantNames)
variantNames
- public java.lang.String getSubjectLocator()
public void setSubjectLocator(java.lang.String subjectLocator)
subjectLocator
- public java.lang.String[] getSubjectIdentifiers()
public void setSubjectIdentifiers(java.lang.String[] subjectIdentifiers)
subjectIdentifiers
- public java.lang.String[] getTypes()
public void setTypes(java.lang.String[] types)
types
- public WSAssociation[] getAssociations()
public void setAssociations(WSAssociation[] associations)
associations
- public WSOccurrence[] getOccurrences()
public void setOccurrences(WSOccurrence[] occurrences)
occurrences
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Copyright 2004-2015 Wandora Team