public class UsingCountries extends Object
Element of
Antenna
, Notation
, RFSystem
, Receiver
, Transmitter
Example:
<UsingCountries> <CountryName cls="U">UZB</CountryName> <Role cls="U">Source</Role> </UsingCountries>
Constructor and Description |
---|
UsingCountries() |
Modifier and Type | Method and Description |
---|---|
TString |
getCountryName()
Get the designator for a specific country associated with the emitter that
transmits the subject Notation/Signal.
|
TString |
getRole()
Get the role of the country associated with the emitter that transmits the
subject Notation/Signal..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCountryName()
Determine if the CountryName is configured.
|
boolean |
isSetRole()
Determine if the Role is configured.
|
void |
setCountryName(TString value)
Set the designator for a specific country associated with the emitter that
transmits the subject Notation/Signal.
|
void |
setRole(TString value)
Set the role of the country associated with the emitter that transmits the
subject Notation/Signal..
|
String |
toString()
Get a string representation of this UsingCountries instance configuration.
|
UsingCountries |
withCountryName(ListCAO value)
Set the designator for a specific country associated with the emitter that
transmits the subject Notation/Signal.
|
UsingCountries |
withRole(ListUS2 value)
Set the role of the country associated with the emitter that transmits the
subject Notation/Signal.
|
public TString getCountryName()
TString
data typepublic void setCountryName(TString value)
value
- the CountryName value in a TString
data typepublic boolean isSetCountryName()
If configured this method also inspects the TString
wrapped value.
public TString getRole()
TString
data typepublic void setRole(TString value)
value
- the Role value in a TString
data typepublic boolean isSetRole()
If configured this method also inspects the TString
wrapped value.
public UsingCountries withCountryName(ListCAO value)
value
- An instances of type ListCAO
.public UsingCountries withRole(ListUS2 value)
value
- An instances of type ListUS2
.public String toString()
public boolean isSet()
UsingCountries
requires CountryName
.
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.