public class WSTopic
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
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 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 |
|---|---|
WSAssociation[] |
getAssociations()
Gets the associations value for this WSTopic.
|
java.lang.String |
getBaseName()
Gets the baseName value for this WSTopic.
|
WSOccurrence[] |
getOccurrences()
Gets the occurrences value for this WSTopic.
|
java.lang.String[] |
getSubjectIdentifiers()
Gets the subjectIdentifiers value for this WSTopic.
|
java.lang.String |
getSubjectLocator()
Gets the subjectLocator value for this WSTopic.
|
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.
|
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
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 - Copyright 2004-2015 Wandora Team