public class TaasTerm
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="term" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="entryID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="collectionID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="collectionName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="collectionType" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="domainID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
collectionID |
protected java.lang.String |
collectionName |
protected long |
collectionType |
protected java.lang.String |
domainID |
protected java.lang.String |
domainName |
protected long |
entryID |
protected java.lang.String |
language |
protected java.lang.String |
term |
Constructor and Description |
---|
TaasTerm() |
Modifier and Type | Method and Description |
---|---|
long |
getCollectionID()
Gets the value of the collectionID property.
|
java.lang.String |
getCollectionName()
Gets the value of the collectionName property.
|
long |
getCollectionType()
Gets the value of the collectionType property.
|
java.lang.String |
getDomainID()
Gets the value of the domainID property.
|
java.lang.String |
getDomainName()
Gets the value of the domainName property.
|
long |
getEntryID()
Gets the value of the entryID property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getTerm()
Gets the value of the term property.
|
void |
setCollectionID(long value)
Sets the value of the collectionID property.
|
void |
setCollectionName(java.lang.String value)
Sets the value of the collectionName property.
|
void |
setCollectionType(long value)
Sets the value of the collectionType property.
|
void |
setDomainID(java.lang.String value)
Sets the value of the domainID property.
|
void |
setDomainName(java.lang.String value)
Sets the value of the domainName property.
|
void |
setEntryID(long value)
Sets the value of the entryID property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setTerm(java.lang.String value)
Sets the value of the term property.
|
protected java.lang.String term
protected long entryID
protected long collectionID
protected java.lang.String collectionName
protected long collectionType
protected java.lang.String domainID
protected java.lang.String domainName
protected java.lang.String language
public java.lang.String getTerm()
String
public void setTerm(java.lang.String value)
value
- allowed object is
String
public long getEntryID()
public void setEntryID(long value)
public long getCollectionID()
public void setCollectionID(long value)
public java.lang.String getCollectionName()
String
public void setCollectionName(java.lang.String value)
value
- allowed object is
String
public long getCollectionType()
public void setCollectionType(long value)
public java.lang.String getDomainID()
String
public void setDomainID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomainName()
String
public void setDomainName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String