Constructor and Description |
---|
JRFLEntryLocation() |
Modifier and Type | Method and Description |
---|---|
Height_UN4 |
getAntFeedpointHeight()
Get the antenna feed point height above the terrain, in metres.
|
Location |
getLocation()
Get the serial of the referenced Location.
|
Serial |
getSerial()
Deprecated.
SSRF references are managed automatically. Use
getLocation() instead. |
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetAntFeedpointHeight()
Determine if the AntFeedpointHeight is configured.
|
boolean |
isSetLocation()
Determine if the location field is configured.
|
boolean |
isSetSerial()
Determine if the Serial is configured.
|
void |
postLoad(SSRF root)
Update the SSRF data type references in this JRFLEntryLocation record after
loading from XML.
|
void |
prepare()
Update the SSRF data type references in this JRFLEntryLocation record.
|
void |
setAntFeedpointHeight(Height_UN4 value)
Set the antenna feed point height above the terrain, in metres.
|
void |
setSerial(Serial value)
Deprecated.
SSRF references are managed automatically. Use
#setLocation(Location) instead. |
String |
toString()
Get a string representation of this JRFLEntryLocation instance
configuration.
|
JRFLEntryLocation |
withAntFeedpointHeight(Integer value)
Set the antenna feed point height above the terrain, in metres.
|
JRFLEntryLocation |
withLocation(Location value)
Set the serial of the referenced Location.
|
JRFLEntryLocation |
withSerial(Serial value)
Deprecated.
SSRF references are managed automatically. Use
withLocation(Location) instead. |
@Deprecated public Serial getSerial()
getLocation()
instead.[XSL ERR DSTYPE] Part 3 of the serial reference (dataset type) MUST be "LO". [XSD ERR REGEX] This data item MUST comply to the regular expression: "[A-Z0-9-]{1,5}:w{0,4}:[A-Z]{2}:S{1,15}".
Serial
instance@Deprecated public void setSerial(Serial value)
#setLocation(Location)
instead.[XSL ERR DSTYPE] Part 3 of the serial reference (dataset type) MUST be "LO". [XSD ERR REGEX] This data item MUST comply to the regular expression: "[A-Z0-9-]{1,5}:w{0,4}:[A-Z]{2}:S{1,15}".
value
- a Serial
instancepublic boolean isSetSerial()
public Height_UN4 getAntFeedpointHeight()
Height_UN4
instancepublic void setAntFeedpointHeight(Height_UN4 value)
value
- a Height_UN4
instancepublic boolean isSetAntFeedpointHeight()
@Deprecated public JRFLEntryLocation withSerial(Serial value)
withLocation(Location)
instead.[XSL ERR DSTYPE] Part 3 of the serial reference (dataset type) MUST be "LO". [XSD ERR REGEX] This data item MUST comply to the regular expression: "[A-Z0-9-]{1,5}:w{0,4}:[A-Z]{2}:S{1,15}"
value
- An instances of type Serial
.public JRFLEntryLocation withAntFeedpointHeight(Integer value)
value
- An instances of type Integer
.public String toString()
public boolean isSet()
JRFLEntryLocation
requires Serial
.
Note that this method only checks for the presence of required information; this method does not validate the information format.
public Location getLocation()
[XSL ERR DSTYPE] Part 3 of the serial reference (dataset type) MUST be "LO". [XSD ERR REGEX] This data item MUST comply to the regular expression: "[A-Z0-9-]{1,5}:w{0,4}:[A-Z]{2}:S{1,15}".
Location
instancepublic boolean isSetLocation()
public JRFLEntryLocation withLocation(Location value)
[XSL ERR DSTYPE] Part 3 of the serial reference (dataset type) MUST be "LO". [XSD ERR REGEX] This data item MUST comply to the regular expression: "[A-Z0-9-]{1,5}:w{0,4}:[A-Z]{2}:S{1,15}"
value
- An instances of type Location
.public void prepare()
This method builds the exported serial
field with values from the
transient location
field. This method should typically be called
after the JRFLEntryLocation is configured and (optionally) before exporting
an SSRF message.
public void postLoad(SSRF root)
This method builds the transient location
with values from the
imported serial
field. This method should typically be called
after the JRFLEntryLocation is imported from XML. * @param root the SSRF
root instance.
Copyright © 2016 OpenSSRF.org. All rights reserved.