public class AppliedLabel extends Object
Label that can be applied to an entity. To negate an
inherited label, create an AppliedLabel with labelId as the
inherited label's ID and isNegated set to true.
Java class for AppliedLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppliedLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labelId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="isNegated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isNegated |
protected Long |
labelId |
| Constructor and Description |
|---|
AppliedLabel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLabelId()
Gets the value of the labelId property.
|
Boolean |
isIsNegated()
Gets the value of the isNegated property.
|
void |
setIsNegated(Boolean value)
Sets the value of the isNegated property.
|
void |
setLabelId(Long value)
Sets the value of the labelId property.
|
public Long getLabelId()
Longpublic void setLabelId(Long value)
value - allowed object is
Longpublic Boolean isIsNegated()
BooleanCopyright © 2018. All Rights Reserved.