public class AntPattern extends Object
Element of AntMode
Sub-Element is AntPatternPoint
Example:
<AntPattern> <Type cls="U">Azimuth</Type> <Calculated cls="U">Yes</Calculated> <AntPatternPoint> <Dir cls="U">180</Dir> <Gain cls="U">40.1</Gain> </AntPatternPoint> <AntPatternPoint/> </AntPattern>
Constructor and Description |
---|
AntPattern() |
Modifier and Type | Method and Description |
---|---|
Set<AntPatternPoint> |
getAntPatternPoint()
Get the AntPatternPoint
|
TString |
getCalculated()
Get Yes to indicate that the data was calculated, or "No" if the data is
issued from measurement.
|
Az180 |
getCutAngle()
Get the angle of the pattern cut.
|
TString |
getCutType()
Get the type of the pattern cut.
|
TString |
getType()
Get the type of the pattern cut.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetAntPatternPoint()
Determine if the AntPatternPoint is configured.
|
boolean |
isSetCalculated()
Determine if the Calculated is configured.
|
boolean |
isSetCutAngle()
Determine if the CutAngle is configured.
|
boolean |
isSetCutType()
Determine if the CutType is configured.
|
boolean |
isSetType()
Determine if the Type is configured.
|
void |
setCalculated(TString value)
Set Yes to indicate that the data was calculated, or "No" if the data is
issued from measurement.
|
void |
setCutAngle(Az180 value)
Set the angle of the pattern cut.
|
void |
setCutType(TString value)
Set the type of the pattern cut.
|
void |
setType(TString value)
Set the type of the pattern cut.
|
String |
toString()
Get a string representation of this AntPattern instance configuration.
|
void |
unsetAntPatternPoint()
Clear the AntPatternPoint field.
|
AntPattern |
withAntPatternPoint(AntPatternPoint... values)
Set the AntPatternPoint
|
AntPattern |
withAntPatternPoint(Collection<AntPatternPoint> values)
Set the AntPatternPoint
|
AntPattern |
withCalculated(ListCBO value)
Set Yes to indicate that the data was calculated, or "No" if the data is
issued from measurement.
|
AntPattern |
withCutAngle(Double value)
Set the angle of the pattern cut.
|
AntPattern |
withCutType(ListCTP value)
Set the type of the pattern cut.
|
AntPattern |
withType(ListCAP value)
Set the type of the pattern cut.
|
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 getCalculated()
TString
data typepublic void setCalculated(TString value)
value
- the Calculated value in a TString
data typepublic boolean isSetCalculated()
If configured this method also inspects the TString
wrapped value.
public TString getCutType()
TString
data typepublic void setCutType(TString value)
value
- the CutType value in a TString
data typepublic boolean isSetCutType()
If configured this method also inspects the TString
wrapped value.
public Az180 getCutAngle()
Az180
instancepublic void setCutAngle(Az180 value)
value
- a Az180
instancepublic boolean isSetCutAngle()
public Set<AntPatternPoint> getAntPatternPoint()
Complex element AntPatternPoint contains a single point of the antenna radiation pattern, defined by a direction and gain..
AntPatternPoint
instancepublic boolean isSetAntPatternPoint()
public void unsetAntPatternPoint()
public AntPattern withType(ListCAP value)
value
- An instances of type ListCAP
.public AntPattern withCalculated(ListCBO value)
value
- An instances of type ListCBO
.public AntPattern withCutType(ListCTP value)
value
- An instances of type ListCTP
.public AntPattern withCutAngle(Double value)
value
- An instances of type Double
.public AntPattern withAntPatternPoint(AntPatternPoint... values)
Complex element AntPatternPoint contains a single point of the antenna radiation pattern, defined by a direction and gain.
values
- One or more instances of type AntPatternPoint...
.public AntPattern withAntPatternPoint(Collection<AntPatternPoint> values)
Complex element AntPatternPoint contains a single point of the antenna radiation pattern, defined by a direction and gain.
values
- A collection of AntPatternPoint
instancespublic String toString()
public boolean isSet()
AntPattern
requires AntPatternPoint
.
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.