public class PreviousAuthorization extends Object
Element of Assignment
| Constructor and Description |
|---|
PreviousAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
S12 |
getAgencySerialNum()
Get the externally-assigned unique identifier of a frequency assignment..
|
D |
getDate()
Get the previous frequency assignment Government Master File (GMF)
authorization date..
|
S8 |
getDocketNum()
Get the previous frequency assignment Government Master File (GMF)
authorization docket number..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetAgencySerialNum()
Determine if the AgencySerialNum is configured.
|
boolean |
isSetDate()
Determine if the Date is configured.
|
boolean |
isSetDocketNum()
Determine if the DocketNum is configured.
|
void |
setAgencySerialNum(S12 value)
Set the externally-assigned unique identifier of a frequency assignment..
|
void |
setDate(D value)
Set the previous frequency assignment Government Master File (GMF)
authorization date..
|
void |
setDocketNum(S8 value)
Set the previous frequency assignment Government Master File (GMF)
authorization docket number..
|
String |
toString()
Get a string representation of this PreviousAuthorization instance
configuration.
|
PreviousAuthorization |
withAgencySerialNum(String value)
Set the externally-assigned unique identifier of a frequency assignment.
|
PreviousAuthorization |
withDate(Calendar value)
Set the previous frequency assignment Government Master File (GMF)
authorization date.
|
PreviousAuthorization |
withDate(Date value)
Set the previous frequency assignment Government Master File (GMF)
authorization date.
|
PreviousAuthorization |
withDocketNum(String value)
Set the previous frequency assignment Government Master File (GMF)
authorization docket number.
|
public S8 getDocketNum()
S8 instancepublic void setDocketNum(S8 value)
value - a S8 instancepublic boolean isSetDocketNum()
public D getDate()
D instancepublic void setDate(D value)
value - a D instancepublic boolean isSetDate()
public S12 getAgencySerialNum()
S12 instancepublic void setAgencySerialNum(S12 value)
value - a S12 instancepublic boolean isSetAgencySerialNum()
public PreviousAuthorization withDocketNum(String value)
value - An instances of type String.public PreviousAuthorization withDate(Calendar value)
value - An instances of type Calendar.public PreviousAuthorization withDate(Date value)
value - An instances of type Date.public PreviousAuthorization withAgencySerialNum(String value)
value - An instances of type String.public String toString()
public boolean isSet()
PreviousAuthorization requires DocketNum.
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.