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 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 QNameCOMPLEX_TYPEstatic ItemNameF_FROMstatic ItemNameF_TIMESTAMPprotected Stringfromprotected XMLGregorianCalendartimestamp
-
Constructor Summary
Constructors Constructor Description LoginEventType()LoginEventType(LoginEventType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LoginEventTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)LoginEventTypefrom(String value)StringgetFrom()XMLGregorianCalendargetTimestamp()inthashCode(StructuredHashCodeStrategy strategy)voidsetFrom(String value)voidsetTimestamp(XMLGregorianCalendar value)LoginEventTypetimestamp(String value)LoginEventTypetimestamp(XMLGregorianCalendar value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public LoginEventType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-