public class FieldCitation extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnotherSourceTag()
Gets a value that mathes the Tag element's value of another source to be included in the citation.
|
java.lang.String |
getFormatLanguageId()
Gets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the document.
|
java.lang.String |
getPageNumber()
Gets a page number associated with the citation.
|
java.lang.String |
getPrefix()
Gets a prefix that is prepended to the citation.
|
java.lang.String |
getSourceTag()
Gets a value that mathes the Tag element's value of the source to insert.
|
java.lang.String |
getSuffix()
Gets a suffix that is appended to the citation.
|
boolean |
getSuppressAuthor()
Gets whether the author information is suppressed from the citation.
|
boolean |
getSuppressTitle()
Gets whether the title information is suppressed from the citation.
|
boolean |
getSuppressYear()
Gets whether the year information is suppressed from the citation.
|
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getVolumeNumber()
Gets a volume number associated with the citation.
|
void |
setAnotherSourceTag(java.lang.String value)
Sets a value that mathes the Tag element's value of another source to be included in the citation.
|
void |
setFormatLanguageId(java.lang.String value)
Sets the language ID that is used in conjunction with the specified bibliographic style to format the citation in the document.
|
void |
setPageNumber(java.lang.String value)
Sets a page number associated with the citation.
|
void |
setPrefix(java.lang.String value)
Sets a prefix that is prepended to the citation.
|
void |
setSourceTag(java.lang.String value)
Sets a value that mathes the Tag element's value of the source to insert.
|
void |
setSuffix(java.lang.String value)
Sets a suffix that is appended to the citation.
|
void |
setSuppressAuthor(boolean value)
Sets whether the author information is suppressed from the citation.
|
void |
setSuppressTitle(boolean value)
Sets whether the title information is suppressed from the citation.
|
void |
setSuppressYear(boolean value)
Sets whether the year information is suppressed from the citation.
|
void |
setVolumeNumber(java.lang.String value)
Sets a volume number associated with the citation.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getSourceTag()
public void setSourceTag(java.lang.String value)
throws java.lang.Exception
value - A value that mathes the Tag element's value of the source to insert.java.lang.Exceptionpublic java.lang.String getFormatLanguageId()
public void setFormatLanguageId(java.lang.String value)
throws java.lang.Exception
value - The language ID that is used in conjunction with the specified bibliographic style to format the citation in the document.java.lang.Exceptionpublic java.lang.String getPrefix()
public void setPrefix(java.lang.String value)
throws java.lang.Exception
value - A prefix that is prepended to the citation.java.lang.Exceptionpublic java.lang.String getSuffix()
public void setSuffix(java.lang.String value)
throws java.lang.Exception
value - A suffix that is appended to the citation.java.lang.Exceptionpublic boolean getSuppressAuthor()
public void setSuppressAuthor(boolean value)
throws java.lang.Exception
value - Whether the author information is suppressed from the citation.java.lang.Exceptionpublic boolean getSuppressTitle()
public void setSuppressTitle(boolean value)
throws java.lang.Exception
value - Whether the title information is suppressed from the citation.java.lang.Exceptionpublic boolean getSuppressYear()
public void setSuppressYear(boolean value)
throws java.lang.Exception
value - Whether the year information is suppressed from the citation.java.lang.Exceptionpublic java.lang.String getPageNumber()
public void setPageNumber(java.lang.String value)
throws java.lang.Exception
value - A page number associated with the citation.java.lang.Exceptionpublic java.lang.String getVolumeNumber()
public void setVolumeNumber(java.lang.String value)
throws java.lang.Exception
value - A volume number associated with the citation.java.lang.Exceptionpublic java.lang.String getAnotherSourceTag()
public void setAnotherSourceTag(java.lang.String value)
throws java.lang.Exception
value - A value that mathes the Tag element's value of another source to be included in the citation.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)