public class AntHardware extends Object
Element of Antenna
Example:
<Ant Hardware> <ConnectorType cls="U">Neill-Concelman Threaded</ConnectorType > <FeedOrientation cls="U">down-right</FeedOrientation > <FeedType cls="U">Eight Feed Horn Cluster</FeedType > <LeadType cls="U">Waveguide Semirigid</LeadType > </Ant Hardware>
Constructor and Description |
---|
AntHardware() |
Modifier and Type | Method and Description |
---|---|
TString |
getConnectorType()
Get the type of connector used to attach the antenna to the equipment or
the antenna to the transmission media that attaches the equipment to the
antenna..
|
S10 |
getFeedOrientation()
Get the orientation of the feed when looking in the direction of the
boresight.
|
TString |
getFeedType()
Get the element used to "illuminate" the reflector for an antenna unit..
|
TString |
getLeadType()
Get the type of device used for conducting or guiding the radio-frequency
energy from the transmitter or receiver to the antenna (e.g., continuous
waveguide)..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetConnectorType()
Determine if the ConnectorType is configured.
|
boolean |
isSetFeedOrientation()
Determine if the FeedOrientation is configured.
|
boolean |
isSetFeedType()
Determine if the FeedType is configured.
|
boolean |
isSetLeadType()
Determine if the LeadType is configured.
|
void |
setConnectorType(TString value)
Set the type of connector used to attach the antenna to the equipment or
the antenna to the transmission media that attaches the equipment to the
antenna..
|
void |
setFeedOrientation(S10 value)
Set the orientation of the feed when looking in the direction of the
boresight.
|
void |
setFeedType(TString value)
Set the element used to "illuminate" the reflector for an antenna unit..
|
void |
setLeadType(TString value)
Set the type of device used for conducting or guiding the radio-frequency
energy from the transmitter or receiver to the antenna (e.g., continuous
waveguide)..
|
String |
toString()
Get a string representation of this AntHardware instance configuration.
|
AntHardware |
withConnectorType(ListCCN value)
Set the type of connector used to attach the antenna to the equipment or
the antenna to the transmission media that attaches the equipment to the
antenna.
|
AntHardware |
withFeedOrientation(String value)
Set the orientation of the feed when looking in the direction of the
boresight.
|
AntHardware |
withFeedType(ListCAF value)
Set the element used to "illuminate" the reflector for an antenna unit.
|
AntHardware |
withLeadType(ListCAL value)
Set the type of device used for conducting or guiding the radio-frequency
energy from the transmitter or receiver to the antenna (e.g., continuous
waveguide).
|
public TString getFeedType()
TString
data typepublic void setFeedType(TString value)
value
- the FeedType value in a TString
data typepublic boolean isSetFeedType()
If configured this method also inspects the TString
wrapped value.
public TString getLeadType()
TString
data typepublic void setLeadType(TString value)
value
- the LeadType value in a TString
data typepublic boolean isSetLeadType()
If configured this method also inspects the TString
wrapped value.
public TString getConnectorType()
TString
data typepublic void setConnectorType(TString value)
value
- the ConnectorType value in a TString
data typepublic boolean isSetConnectorType()
If configured this method also inspects the TString
wrapped value.
public S10 getFeedOrientation()
S10
instancepublic void setFeedOrientation(S10 value)
value
- a S10
instancepublic boolean isSetFeedOrientation()
public AntHardware withFeedType(ListCAF value)
value
- An instances of type ListCAF
.public AntHardware withLeadType(ListCAL value)
value
- An instances of type ListCAL
.public AntHardware withConnectorType(ListCCN value)
value
- An instances of type ListCCN
.public AntHardware withFeedOrientation(String value)
value
- An instances of type String
.public String toString()
public boolean isSet()
AntHardware
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.