public class AlertConditionDescriptor extends AbstractAlertDescriptor
Java-Klasse für AlertConditionDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertConditionDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractAlertDescriptor">
<sequence>
<element name="Kind" type="{http://domain-model-uri/15/04}AlertConditionKind"/>
<element name="Source" type="{http://domain-model-uri/15/04}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
<element name="Priority" type="{http://domain-model-uri/15/04}AlertConditionPriority"/>
<element name="CauseInfo" type="{http://domain-model-uri/15/04}CauseInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CauseInfo> |
causeInfo |
protected AlertConditionType |
conditionType |
protected AlertConditionPriority |
priority |
protected java.util.List<java.lang.String> |
sources |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
AlertConditionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CauseInfo> |
getCauseInfo()
Gets the value of the causeInfo property.
|
AlertConditionType |
getConditionType()
Ruft den Wert der conditionType-Eigenschaft ab.
|
AlertConditionPriority |
getPriority()
Ruft den Wert der priority-Eigenschaft ab.
|
java.util.List<java.lang.String> |
getSources()
Gets the value of the sources property.
|
void |
setConditionType(AlertConditionType value)
Legt den Wert der conditionType-Eigenschaft fest.
|
void |
setPriority(AlertConditionPriority value)
Legt den Wert der priority-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected AlertConditionType conditionType
protected java.util.List<java.lang.String> sources
protected AlertConditionPriority priority
protected java.util.List<CauseInfo> causeInfo
public AlertConditionType getConditionType()
AlertConditionTypepublic void setConditionType(AlertConditionType value)
value - allowed object is
AlertConditionTypepublic java.util.List<java.lang.String> getSources()
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 sources property.
For example, to add a new item, do as follows:
getSources().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AlertConditionPriority getPriority()
AlertConditionPrioritypublic void setPriority(AlertConditionPriority value)
value - allowed object is
AlertConditionPrioritypublic java.util.List<CauseInfo> getCauseInfo()
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 causeInfo property.
For example, to add a new item, do as follows:
getCauseInfo().add(newItem);
Objects of the following type(s) are allowed in the list
CauseInfo