Package io.getlime.powerauth.soap.v3
Class GetActivationListForUserResponse.Activations
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.GetActivationListForUserResponse.Activations
-
- Enclosing class:
- GetActivationListForUserResponse
public static class GetActivationListForUserResponse.Activations extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/> <element name="blockedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="activationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extras" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="timestampLastUsed" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="timestampLastChange" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactivationIdprotected java.lang.StringactivationNameprotected ActivationStatusactivationStatusprotected longapplicationIdprotected java.lang.StringapplicationNameprotected java.lang.StringblockedReasonprotected java.lang.Stringextrasprotected javax.xml.datatype.XMLGregorianCalendartimestampCreatedprotected javax.xml.datatype.XMLGregorianCalendartimestampLastChangeprotected javax.xml.datatype.XMLGregorianCalendartimestampLastUsedprotected java.lang.StringuserIdprotected longversion
-
Constructor Summary
Constructors Constructor Description Activations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActivationId()Gets the value of the activationId property.java.lang.StringgetActivationName()Gets the value of the activationName property.ActivationStatusgetActivationStatus()Gets the value of the activationStatus property.longgetApplicationId()Gets the value of the applicationId property.java.lang.StringgetApplicationName()Gets the value of the applicationName property.java.lang.StringgetBlockedReason()Gets the value of the blockedReason property.java.lang.StringgetExtras()Gets the value of the extras property.javax.xml.datatype.XMLGregorianCalendargetTimestampCreated()Gets the value of the timestampCreated property.javax.xml.datatype.XMLGregorianCalendargetTimestampLastChange()Gets the value of the timestampLastChange property.javax.xml.datatype.XMLGregorianCalendargetTimestampLastUsed()Gets the value of the timestampLastUsed property.java.lang.StringgetUserId()Gets the value of the userId property.longgetVersion()Gets the value of the version property.voidsetActivationId(java.lang.String value)Sets the value of the activationId property.voidsetActivationName(java.lang.String value)Sets the value of the activationName property.voidsetActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.voidsetApplicationId(long value)Sets the value of the applicationId property.voidsetApplicationName(java.lang.String value)Sets the value of the applicationName property.voidsetBlockedReason(java.lang.String value)Sets the value of the blockedReason property.voidsetExtras(java.lang.String value)Sets the value of the extras property.voidsetTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampCreated property.voidsetTimestampLastChange(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampLastChange property.voidsetTimestampLastUsed(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timestampLastUsed property.voidsetUserId(java.lang.String value)Sets the value of the userId property.voidsetVersion(long value)Sets the value of the version property.
-
-
-
Field Detail
-
activationId
protected java.lang.String activationId
-
activationStatus
protected ActivationStatus activationStatus
-
blockedReason
protected java.lang.String blockedReason
-
activationName
protected java.lang.String activationName
-
extras
protected java.lang.String extras
-
timestampCreated
protected javax.xml.datatype.XMLGregorianCalendar timestampCreated
-
timestampLastUsed
protected javax.xml.datatype.XMLGregorianCalendar timestampLastUsed
-
timestampLastChange
protected javax.xml.datatype.XMLGregorianCalendar timestampLastChange
-
userId
protected java.lang.String userId
-
applicationId
protected long applicationId
-
applicationName
protected java.lang.String applicationName
-
version
protected long version
-
-
Method Detail
-
getActivationId
public java.lang.String getActivationId()
Gets the value of the activationId property.- Returns:
- possible object is
String
-
setActivationId
public void setActivationId(java.lang.String value)
Sets the value of the activationId property.- Parameters:
value- allowed object isString
-
getActivationStatus
public ActivationStatus getActivationStatus()
Gets the value of the activationStatus property.- Returns:
- possible object is
ActivationStatus
-
setActivationStatus
public void setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.- Parameters:
value- allowed object isActivationStatus
-
getBlockedReason
public java.lang.String getBlockedReason()
Gets the value of the blockedReason property.- Returns:
- possible object is
String
-
setBlockedReason
public void setBlockedReason(java.lang.String value)
Sets the value of the blockedReason property.- Parameters:
value- allowed object isString
-
getActivationName
public java.lang.String getActivationName()
Gets the value of the activationName property.- Returns:
- possible object is
String
-
setActivationName
public void setActivationName(java.lang.String value)
Sets the value of the activationName property.- Parameters:
value- allowed object isString
-
getExtras
public java.lang.String getExtras()
Gets the value of the extras property.- Returns:
- possible object is
String
-
setExtras
public void setExtras(java.lang.String value)
Sets the value of the extras property.- Parameters:
value- allowed object isString
-
getTimestampCreated
public javax.xml.datatype.XMLGregorianCalendar getTimestampCreated()
Gets the value of the timestampCreated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampCreated
public void setTimestampCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampCreated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimestampLastUsed
public javax.xml.datatype.XMLGregorianCalendar getTimestampLastUsed()
Gets the value of the timestampLastUsed property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampLastUsed
public void setTimestampLastUsed(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampLastUsed property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimestampLastChange
public javax.xml.datatype.XMLGregorianCalendar getTimestampLastChange()
Gets the value of the timestampLastChange property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestampLastChange
public void setTimestampLastChange(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestampLastChange property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getUserId
public java.lang.String getUserId()
Gets the value of the userId property.- Returns:
- possible object is
String
-
setUserId
public void setUserId(java.lang.String value)
Sets the value of the userId property.- Parameters:
value- allowed object isString
-
getApplicationId
public long getApplicationId()
Gets the value of the applicationId property.
-
setApplicationId
public void setApplicationId(long value)
Sets the value of the applicationId property.
-
getApplicationName
public java.lang.String getApplicationName()
Gets the value of the applicationName property.- Returns:
- possible object is
String
-
setApplicationName
public void setApplicationName(java.lang.String value)
Sets the value of the applicationName property.- Parameters:
value- allowed object isString
-
getVersion
public long getVersion()
Gets the value of the version property.
-
setVersion
public void setVersion(long value)
Sets the value of the version property.
-
-