public class AsgnAllotOwner extends Object
Element of Assignment
Constructor and Description |
---|
AsgnAllotOwner() |
Modifier and Type | Method and Description |
---|---|
S18 |
getDescription()
Get the name of an individual or organization related to the frequency
assignment..
|
Organisation |
getOwnerOrg()
Get the serial of the owning, or originating, organisation.
|
Serial |
getOwnerOrgRef()
Deprecated.
SSRF references are managed automatically. Use
getOwnerOrg() instead. |
TString |
getOwnerType()
Get the relationship of an individual or organization to the frequency
assignment..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetDescription()
Determine if the Description is configured.
|
boolean |
isSetOwnerOrg()
Determine if the ownerOrg field is configured.
|
boolean |
isSetOwnerOrgRef()
Determine if the OwnerOrgRef is configured.
|
boolean |
isSetOwnerType()
Determine if the OwnerType is configured.
|
void |
postLoad(SSRF root)
Update the SSRF data type references in this AsgnAllotOwner record after
loading from XML.
|
void |
prepare()
Update the SSRF data type references in this AsgnAllotOwner record.
|
void |
setDescription(S18 value)
Set the name of an individual or organization related to the frequency
assignment..
|
void |
setOwnerOrgRef(Serial value)
Deprecated.
SSRF references are managed automatically. Use
#setOwnerOrg(Organisation) instead. |
void |
setOwnerType(TString value)
Set the relationship of an individual or organization to the frequency
assignment..
|
String |
toString()
Get a string representation of this AsgnAllotOwner instance configuration.
|
AsgnAllotOwner |
withDescription(String value)
Set the name of an individual or organization related to the frequency
assignment.
|
AsgnAllotOwner |
withOwnerOrg(Organisation value)
Set the serial of the owning, or originating, organisation.
|
AsgnAllotOwner |
withOwnerOrgRef(Serial value)
Deprecated.
SSRF references are managed automatically. Use
withOwnerOrg(Organisation) instead. |
AsgnAllotOwner |
withOwnerType(ListUOW value)
Set the relationship of an individual or organization to the frequency
assignment.
|
public S18 getDescription()
S18
instancepublic void setDescription(S18 value)
value
- a S18
instancepublic boolean isSetDescription()
public TString getOwnerType()
TString
data typepublic void setOwnerType(TString value)
value
- the OwnerType value in a TString
data typepublic boolean isSetOwnerType()
If configured this method also inspects the TString
wrapped value.
@Deprecated public Serial getOwnerOrgRef()
getOwnerOrg()
instead.Serial
instance@Deprecated public void setOwnerOrgRef(Serial value)
#setOwnerOrg(Organisation)
instead.value
- a Serial
instancepublic boolean isSetOwnerOrgRef()
public AsgnAllotOwner withDescription(String value)
value
- An instances of type String
.public AsgnAllotOwner withOwnerType(ListUOW value)
value
- An instances of type ListUOW
.@Deprecated public AsgnAllotOwner withOwnerOrgRef(Serial value)
withOwnerOrg(Organisation)
instead.value
- An instances of type Serial
.public String toString()
public boolean isSet()
AsgnAllotOwner
has no configuration requirements.
public Organisation getOwnerOrg()
Organisation
instancepublic boolean isSetOwnerOrg()
public AsgnAllotOwner withOwnerOrg(Organisation value)
value
- An instances of type Organisation
.public void prepare()
This method builds the exported ownerOrgRef
field with values from
the transient ownerOrg
field. This method should typically be
called after the AsgnAllotOwner is configured and (optionally) before
exporting an SSRF message.
public void postLoad(SSRF root)
This method builds the transient ownerOrg
with values from the
imported ownerOrgRef
field. This method should typically be called
after the AsgnAllotOwner is imported from XML. * @param root the SSRF root
instance.
Copyright © 2016 OpenSSRF.org. All rights reserved.