public class ChannelPlan extends Common<ChannelPlan>
Sub-Element is Channel
Example:
<ChannelPlan>
<Channel>
<Name cls="U">Channel Plan One</Name>
<User cls="U">Channel Master</User >
<ChannelFreq cls="U">200</ChannelFreq>
</Channel>
<Channel>
<Name cls="U">Channel Plan Seven</Name>
<User cls="U">Channel Meister</User >
<ChannelFreq cls="U">400</ChannelFreq>
</Channel>
</ChannelPlan>
approvedBy, approvedDateTime, caseNum, cls, description, entryBy, entryByRole, entryDateTime, extReferenceRef, extReferences, idref, lastChangeBy, lastChangeByRole, lastChangeDateTime, lastObservedBy, lastReviewBy, lastReviewByRole, lastReviewDate, legacyReleasability, modAllowedBy, modAllowedByRole, observedFirstDateTime, observedLastDateTime, owner, ownerRole, quality, recommendedValue, redacted, releasability, remarkRef, remarks, securityClass, serial, state| Constructor and Description |
|---|
ChannelPlan()
No arg constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Channel> |
getChannel()
Get the serial of the referenced ChannelPlan..
|
S100 |
getName()
Get the name of this channel plan (e.g., "Plan for Wireless Microphones in
the Band 162-174 MHz")..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetChannel()
Determine if the Channel is configured.
|
boolean |
isSetName()
Determine if the Name is configured.
|
void |
setName(S100 value)
Set the name of this channel plan (e.g., "Plan for Wireless Microphones in
the Band 162-174 MHz")..
|
String |
toString()
Get a string representation of this ChannelPlan instance configuration.
|
void |
unsetChannel()
Clear the Channel field.
|
ChannelPlan |
withChannel(Channel... values)
Set the serial of the referenced ChannelPlan.
|
ChannelPlan |
withChannel(Collection<Channel> values)
Set the serial of the referenced ChannelPlan.
|
ChannelPlan |
withName(String value)
Set the name of this channel plan (e.g., "Plan for Wireless Microphones in
the Band 162-174 MHz").
|
compareTo, equals, getApprovedBy, getApprovedDateTime, getCaseNum, getCls, getDescription, getEntryBy, getEntryByRole, getEntryDateTime, getExtReferenceRef, getExtReferences, getIdref, getLastChangeBy, getLastChangeByRole, getLastChangeDateTime, getLastObservedBy, getLastReviewBy, getLastReviewByRole, getLastReviewDate, getLegacyReleasability, getModAllowedBy, getModAllowedByRole, getObservedFirstDateTime, getObservedLastDateTime, getOwner, getOwnerRole, getQuality, getRecommendedValue, getRedacted, getReleasability, getRemarkRef, getRemarks, getSecurityClass, getSerial, getState, hashCode, isSetApprovedBy, isSetApprovedDateTime, isSetCaseNum, isSetCls, isSetDescription, isSetEntryBy, isSetEntryByRole, isSetEntryDateTime, isSetExtReferenceRef, isSetExtReferences, isSetIdref, isSetLastChangeBy, isSetLastChangeByRole, isSetLastChangeDateTime, isSetLastObservedBy, isSetLastReviewBy, isSetLastReviewByRole, isSetLastReviewDate, isSetLegacyReleasability, isSetModAllowedBy, isSetModAllowedByRole, isSetObservedFirstDateTime, isSetObservedLastDateTime, isSetOwner, isSetOwnerRole, isSetQuality, isSetRecommendedValue, isSetRedacted, isSetReleasability, isSetRemarkRef, isSetRemarks, isSetSecurityClass, isSetSerial, isSetState, postLoad, prepare, setApprovedBy, setApprovedDateTime, setCls, setDescription, setEntryBy, setEntryDateTime, setIdref, setLastChangeBy, setLastChangeDateTime, setLastObservedBy, setLastReviewBy, setLastReviewDate, setLegacyReleasability, setModAllowedBy, setObservedFirstDateTime, setObservedLastDateTime, setOwner, setQuality, setRecommendedValue, setRedacted, setSecurityClass, setSerial, setState, unsetCaseNum, unsetExtReferenceRef, unsetExtReferences, unsetReleasability, unsetRemarkRef, unsetRemarks, withApprovedBy, withApprovedDateTime, withApprovedDateTime, withCaseNum, withCaseNum, withCls, withDescription, withEntryBy, withEntryByRole, withEntryDateTime, withExtReferenceRef, withExtReferenceRef, withExtReferences, withExtReferences, withExtReferences, withIdref, withLastChangeBy, withLastChangeByRole, withLastChangeDateTime, withLastChangeDateTime, withLastObservedBy, withLastReviewBy, withLastReviewByRole, withLastReviewDate, withLastReviewDate, withLegacyReleasability, withModAllowedBy, withModAllowedByRole, withObservedFirstDateTime, withObservedFirstDateTime, withObservedLastDateTime, withObservedLastDateTime, withOwner, withOwnerRole, withQuality, withRecommendedValue, withRedacted, withReleasability, withReleasability, withRemarkRef, withRemarkRef, withRemarkRef, withRemarks, withRemarks, withSecurityClass, withSerial, withStatepublic ChannelPlan()
public S100 getName()
S100 instancepublic void setName(S100 value)
value - a S100 instancepublic boolean isSetName()
public Set<Channel> getChannel()
Channel instancepublic boolean isSetChannel()
public void unsetChannel()
public ChannelPlan withName(String value)
value - An instances of type String.public ChannelPlan withChannel(Channel... values)
values - One or more instances of type Channel....public ChannelPlan withChannel(Collection<Channel> values)
values - A collection of Channel instancespublic String toString()
toString in class Common<ChannelPlan>public boolean isSet()
ChannelPlan requires
cls, Serial, EntryDateTime
and Channel, Name.
Note that this method only checks for the presence of required information; this method does not validate the information format.
isSet in class Common<ChannelPlan>Copyright © 2016 OpenSSRF.org. All rights reserved.