Class LoginEventType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LoginEventType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class LoginEventType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FROM
static ItemName
F_TIMESTAMP
protected String
from
protected XMLGregorianCalendar
timestamp
-
Constructor Summary
Constructors Constructor Description LoginEventType()
LoginEventType(LoginEventType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
LoginEventType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
LoginEventType
from(String value)
String
getFrom()
XMLGregorianCalendar
getTimestamp()
int
hashCode(StructuredHashCodeStrategy strategy)
void
setFrom(String value)
void
setTimestamp(XMLGregorianCalendar value)
LoginEventType
timestamp(String value)
LoginEventType
timestamp(XMLGregorianCalendar value)
-
-
-
Field Detail
-
timestamp
protected XMLGregorianCalendar timestamp
-
from
protected String from
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_FROM
public static final ItemName F_FROM
-
-
Constructor Detail
-
LoginEventType
public LoginEventType()
-
LoginEventType
public LoginEventType(LoginEventType other)
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
timestamp
public LoginEventType timestamp(XMLGregorianCalendar value)
-
timestamp
public LoginEventType timestamp(String value)
-
from
public LoginEventType from(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public LoginEventType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-