public class Variance extends Object
Element of Allocation
Sub-Element is Administration
Example:
<Variance> <Type cls="U">Additional</Type> <AllocatedService cls="U">Aeronautical Mobile (Off Route) Service</ AllocatedService> <Priority cls="U">Permitted</Priority> </Variance>
| Constructor and Description |
|---|
Variance() |
| Modifier and Type | Method and Description |
|---|---|
Set<Administration> |
getAdministration()
Get the Administration
|
TString |
getAllocatedService()
Get a radiocommunication service recognized by an administration that is
allocated to this frequency band (e.g., "Fixed Service")..
|
TString |
getPriority()
Get if this service is a primary or secondary use of this band.
|
TString |
getType()
Get the type of variance..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetAdministration()
Determine if the Administration is configured.
|
boolean |
isSetAllocatedService()
Determine if the AllocatedService is configured.
|
boolean |
isSetPriority()
Determine if the Priority is configured.
|
boolean |
isSetType()
Determine if the Type is configured.
|
void |
setAllocatedService(TString value)
Set a radiocommunication service recognized by an administration that is
allocated to this frequency band (e.g., "Fixed Service")..
|
void |
setPriority(TString value)
Set if this service is a primary or secondary use of this band.
|
void |
setType(TString value)
Set the type of variance..
|
String |
toString()
Get a string representation of this Variance instance configuration.
|
void |
unsetAdministration()
Clear the Administration field.
|
Variance |
withAdministration(Administration... values)
Set the Administration
|
Variance |
withAdministration(Collection<Administration> values)
Set the Administration
|
Variance |
withAllocatedService(ListCSN value)
Set a radiocommunication service recognized by an administration that is
allocated to this frequency band (e.g., "Fixed Service").
|
Variance |
withPriority(ListCPS value)
Set if this service is a primary or secondary use of this band.
|
Variance |
withType(ListCAV value)
Set the type of variance.
|
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 getAllocatedService()
TString data typepublic void setAllocatedService(TString value)
value - the AllocatedService value in a TString data typepublic boolean isSetAllocatedService()
If configured this method also inspects the TString wrapped value.
public TString getPriority()
TString data typepublic void setPriority(TString value)
value - the Priority value in a TString data typepublic boolean isSetPriority()
If configured this method also inspects the TString wrapped value.
public Set<Administration> getAdministration()
Complex element Administration contains the country for which this variance applies..
Administration instancepublic boolean isSetAdministration()
public void unsetAdministration()
public Variance withType(ListCAV value)
value - An instances of type ListCAV.public Variance withAllocatedService(ListCSN value)
value - An instances of type ListCSN.public Variance withPriority(ListCPS value)
value - An instances of type ListCPS.public Variance withAdministration(Administration... values)
Complex element Administration contains the country for which this variance applies.
values - One or more instances of type Administration....public Variance withAdministration(Collection<Administration> values)
Complex element Administration contains the country for which this variance applies.
values - A collection of Administration instancespublic String toString()
public boolean isSet()
Variance requires
AllocatedService, Priority, Type.
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.