public class UserConsentType extends Object
Java class for UserConsentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserConsentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConsentAcceptanceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ConsentAcceptanceStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ConsentType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="UserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected LocalDateTime |
consentAcceptanceDate |
protected Integer |
consentAcceptanceStatus |
protected Integer |
consentType |
protected Integer |
userId |
Constructor and Description |
---|
UserConsentType() |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getConsentAcceptanceDate()
Gets the value of the consentAcceptanceDate property.
|
Integer |
getConsentAcceptanceStatus()
Gets the value of the consentAcceptanceStatus property.
|
Integer |
getConsentType()
Gets the value of the consentType property.
|
Integer |
getUserId()
Gets the value of the userId property.
|
void |
setConsentAcceptanceDate(LocalDateTime value)
Sets the value of the consentAcceptanceDate property.
|
void |
setConsentAcceptanceStatus(Integer value)
Sets the value of the consentAcceptanceStatus property.
|
void |
setConsentType(Integer value)
Sets the value of the consentType property.
|
void |
setUserId(Integer value)
Sets the value of the userId property.
|
protected LocalDateTime consentAcceptanceDate
protected Integer consentAcceptanceStatus
protected Integer consentType
protected Integer userId
public LocalDateTime getConsentAcceptanceDate()
String
public void setConsentAcceptanceDate(LocalDateTime value)
value
- allowed object is
String
public Integer getConsentAcceptanceStatus()
Integer
public void setConsentAcceptanceStatus(Integer value)
value
- allowed object is
Integer
public Integer getConsentType()
Integer
public void setConsentType(Integer value)
value
- allowed object is
Integer
public Integer getUserId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.