public class Footnote extends Object
Element of TOA
Example:
< Footnote cls="U" idx="007">
<NoteType>Band Application</NoteType>
<Identifier></Identifier>
<Text>Sprocket 77</Text>
</Footnote >
< Footnote cls="U" idx="117">
<NoteType>Footnote-National</NoteType>
<Identifier>US251</Identifier>
<Text>The band 12.75-13.25 GHz is also allocated to the space research (deep space) (space-to-Earth) service for reception only at Goldstone, CA (35° 20' N, 116° 53' W).
</Text>
</Footnote >
< Footnote cls="U" idx="572">
<NoteType>Footnote-ITU</NoteType>
<Identifier>5.54</Identifier>
<Text>Administrations conducting scientific research using frequencies below 9 kHz are urged to advise other administrations that may be concerned in order that such research may be afforded all practicable protection from harmful interference.
</Text>
</Footnote >
< Footnote cls="U" idx="4545">
<NoteType>FCC Part</NoteType>
<Identifier>(90)</Identifier>
<Text>Private Land Mobile</Text>
</Footnote >
| Constructor and Description |
|---|
Footnote() |
| Modifier and Type | Method and Description |
|---|---|
TString |
getFootnoteType()
Get the type or source of the Footnote..
|
S255 |
getIdentifier()
Get an identifier for this Footnote (e.g., US2, 5.441).
|
BigInteger |
getIdx()
Get a unique index for each Footnote used by this Dataset.
|
MEMO |
getText()
Get the textual specification of the footnote, band user or band
application..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetFootnoteType()
Determine if the FootnoteType is configured.
|
boolean |
isSetIdentifier()
Determine if the Identifier is configured.
|
boolean |
isSetIdx()
Determine if the Idx is configured.
|
boolean |
isSetText()
Determine if the Text is configured.
|
void |
setFootnoteType(TString value)
Set the type or source of the Footnote..
|
void |
setIdentifier(S255 value)
Set an identifier for this Footnote (e.g., US2, 5.441).
|
void |
setIdx(BigInteger value)
Set a unique index for each Footnote used by this Dataset.
|
void |
setText(MEMO value)
Set the textual specification of the footnote, band user or band
application..
|
String |
toString()
Get a string representation of this Footnote instance configuration.
|
Footnote |
withFootnoteType(ListCTA value)
Set the type or source of the Footnote.
|
Footnote |
withIdentifier(String value)
Set an identifier for this Footnote (e.g., US2, 5.441).
|
Footnote |
withIdx(BigInteger value)
Set a unique index for each Footnote used by this Dataset.
|
Footnote |
withText(String value)
Set the textual specification of the footnote, band user or band
application.
|
public TString getFootnoteType()
TString data typepublic void setFootnoteType(TString value)
value - the FootnoteType value in a TString data typepublic boolean isSetFootnoteType()
If configured this method also inspects the TString wrapped value.
public S255 getIdentifier()
S255 instancepublic void setIdentifier(S255 value)
value - a S255 instancepublic boolean isSetIdentifier()
public MEMO getText()
MEMO instancepublic void setText(MEMO value)
value - a MEMO instancepublic boolean isSetText()
public BigInteger getIdx()
BigInteger instancepublic void setIdx(BigInteger value)
value - a BigInteger instancepublic boolean isSetIdx()
public Footnote withFootnoteType(ListCTA value)
value - An instances of type ListCTA.public Footnote withIdentifier(String value)
value - An instances of type String.public Footnote withText(String value)
value - An instances of type String.public Footnote withIdx(BigInteger value)
value - An instances of type BigInteger.public String toString()
public boolean isSet()
Footnote requires
FootnoteType, Identifier, Text, idx.
Note that this method only checks for the presence of required information; this method does not validate the information format.
Copyright © 2016 OpenSSRF.org. All rights reserved.