public class AppliedLabel extends Object implements Serializable
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.| Constructor and Description |
|---|
AppliedLabel() |
AppliedLabel(Long labelId,
Boolean isNegated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsNegated()
Gets the isNegated value for this AppliedLabel.
|
Long |
getLabelId()
Gets the labelId value for this AppliedLabel.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setIsNegated(Boolean isNegated)
Sets the isNegated value for this AppliedLabel.
|
void |
setLabelId(Long labelId)
Sets the labelId value for this AppliedLabel.
|
String |
toString() |
public Long getLabelId()
Label.public void setLabelId(Long labelId)
labelId - * The ID of a created Label.public Boolean getIsNegated()
isNegated should be set to true to negate the
effects of
labelId.public void setIsNegated(Boolean isNegated)
isNegated - * isNegated should be set to true to negate the
effects of
labelId.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.