public class LookupTableRowType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for LookupTableRowType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupTableRowType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="label" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> <element name="lastChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_KEY |
static QName |
F_LABEL |
static QName |
F_LAST_CHANGE_TIMESTAMP |
static QName |
F_VALUE |
Constructor and Description |
---|
LookupTableRowType() |
LookupTableRowType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
LookupTableRowType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
String |
getKey() |
com.evolveum.prism.xml.ns._public.types_3.PolyStringType |
getLabel() |
XMLGregorianCalendar |
getLastChangeTimestamp() |
String |
getValue() |
int |
hashCode() |
void |
setId(Long value) |
void |
setKey(String value) |
void |
setLabel(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value) |
void |
setLastChangeTimestamp(XMLGregorianCalendar value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setValue(String value) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_KEY
public static final QName F_VALUE
public static final QName F_LABEL
public static final QName F_LAST_CHANGE_TIMESTAMP
public LookupTableRowType()
public LookupTableRowType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
public com.evolveum.prism.xml.ns._public.types_3.PolyStringType getLabel()
public void setLabel(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value)
public XMLGregorianCalendar getLastChangeTimestamp()
public void setLastChangeTimestamp(XMLGregorianCalendar value)
public Long getId()
public void setId(Long value)
public LookupTableRowType clone()
Copyright © 2015 Evolveum. All rights reserved.