public class VmdDescriptor extends AbstractComplexDeviceComponentDescriptor
Java class for VmdDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmdDescriptor">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentDescriptor">
<sequence>
<element name="ApprovedJurisdictions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ApprovedJurisdictions" minOccurs="0"/>
<element name="Channel" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ChannelDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected ApprovedJurisdictions |
approvedJurisdictions |
protected java.util.List<ChannelDescriptor> |
channel |
alertSystem, scoproductionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
VmdDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ApprovedJurisdictions |
getApprovedJurisdictions()
Gets the value of the approvedJurisdictions property.
|
java.util.List<ChannelDescriptor> |
getChannel()
Gets the value of the channel property.
|
int |
hashCode() |
void |
setApprovedJurisdictions(ApprovedJurisdictions value)
Sets the value of the approvedJurisdictions property.
|
void |
setChannel(java.util.List<ChannelDescriptor> value) |
java.lang.String |
toString() |
getAlertSystem, getSco, setAlertSystem, setScogetProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected ApprovedJurisdictions approvedJurisdictions
protected java.util.List<ChannelDescriptor> channel
public ApprovedJurisdictions getApprovedJurisdictions()
ApprovedJurisdictionspublic void setApprovedJurisdictions(ApprovedJurisdictions value)
value - allowed object is
ApprovedJurisdictionspublic java.util.List<ChannelDescriptor> getChannel()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelDescriptor
public java.lang.String toString()
toString in class AbstractComplexDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractComplexDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractComplexDeviceComponentDescriptorpublic void setChannel(java.util.List<ChannelDescriptor> value)