public class Nomenclature extends Object
Element of
Antenna
, ForceElement
, RFSystem
, Receiver
, SSRequest
, Satellite
, Transmitter
Sub-Element is Manufacturer
Constructor and Description |
---|
Nomenclature() |
Modifier and Type | Method and Description |
---|---|
TString |
getLevel()
Get the level of nomenclature (primary, nickname, etc)..
|
Set<Manufacturer> |
getManufacturer()
Get the Manufacturer
|
S100 |
getName()
Get the standard military nomenclature.
|
TString |
getPhysicalUsage()
Get In Data Item PhysicalUsage (US), indicate the type of vehicle or other
entity that uses the equipment, or from which the subject signal emanates..
|
TString |
getType()
Get the type of nomenclature (commercial, military, etc)..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetLevel()
Determine if the Level is configured.
|
boolean |
isSetManufacturer()
Determine if the Manufacturer is configured.
|
boolean |
isSetName()
Determine if the Name is configured.
|
boolean |
isSetPhysicalUsage()
Determine if the PhysicalUsage is configured.
|
boolean |
isSetType()
Determine if the Type is configured.
|
void |
setLevel(TString value)
Set the level of nomenclature (primary, nickname, etc)..
|
void |
setName(S100 value)
Set the standard military nomenclature.
|
void |
setPhysicalUsage(TString value)
Set In Data Item PhysicalUsage (US), indicate the type of vehicle or other
entity that uses the equipment, or from which the subject signal emanates..
|
void |
setType(TString value)
Set the type of nomenclature (commercial, military, etc)..
|
String |
toString()
Get a string representation of this Nomenclature instance configuration.
|
void |
unsetManufacturer()
Clear the Manufacturer field.
|
Nomenclature |
withLevel(ListCNU value)
Set the level of nomenclature (primary, nickname, etc).
|
Nomenclature |
withManufacturer(Collection<Manufacturer> values)
Set the Manufacturer
|
Nomenclature |
withManufacturer(Manufacturer... values)
Set the Manufacturer
|
Nomenclature |
withName(String value)
Set the standard military nomenclature.
|
Nomenclature |
withPhysicalUsage(ListUS5 value)
Set In Data Item PhysicalUsage (US), indicate the type of vehicle or other
entity that uses the equipment, or from which the subject signal emanates.
|
Nomenclature |
withType(ListCTO value)
Set the type of nomenclature (commercial, military, etc).
|
public TString getType()
TString
data typepublic void setType(TString value)
value
- the Type value in a TString
data typepublic boolean isSetType()
If configured this method also inspects the TString
wrapped value.
public TString getLevel()
TString
data typepublic void setLevel(TString value)
value
- the Level value in a TString
data typepublic boolean isSetLevel()
If configured this method also inspects the TString
wrapped value.
public S100 getName()
S100
instancepublic void setName(S100 value)
value
- a S100
instancepublic boolean isSetName()
public TString getPhysicalUsage()
TString
data typepublic void setPhysicalUsage(TString value)
value
- the PhysicalUsage value in a TString
data typepublic boolean isSetPhysicalUsage()
If configured this method also inspects the TString
wrapped value.
public Set<Manufacturer> getManufacturer()
Complex element Manufacturer contains the manufacturer name of the equipment listed in the corresponding data entry in data element Nomenclature. Additionally the country in which the equipment is manufactured may be included..
Manufacturer
instancepublic boolean isSetManufacturer()
public void unsetManufacturer()
public Nomenclature withType(ListCTO value)
value
- An instances of type ListCTO
.public Nomenclature withLevel(ListCNU value)
value
- An instances of type ListCNU
.public Nomenclature withName(String value)
value
- An instances of type String
.public Nomenclature withPhysicalUsage(ListUS5 value)
value
- An instances of type ListUS5
.public Nomenclature withManufacturer(Manufacturer... values)
Complex element Manufacturer contains the manufacturer name of the equipment listed in the corresponding data entry in data element Nomenclature. Additionally the country in which the equipment is manufactured may be included.
values
- One or more instances of type Manufacturer...
.public Nomenclature withManufacturer(Collection<Manufacturer> values)
Complex element Manufacturer contains the manufacturer name of the equipment listed in the corresponding data entry in data element Nomenclature. Additionally the country in which the equipment is manufactured may be included.
values
- A collection of Manufacturer
instancespublic String toString()
public boolean isSet()
Nomenclature
requires Name
.
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.