public static class MSSHandshakeRespType.SecureMethods
extends java.lang.Object
Java 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>
</sequence>
<attribute name="MSS_Signature" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Registration" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Notification" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_ProfileQuery" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Receipt" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Status" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mssNotification |
protected boolean |
mssProfileQuery |
protected boolean |
mssReceipt |
protected boolean |
mssRegistration |
protected boolean |
mssSignature |
protected boolean |
mssStatus |
| Constructor and Description |
|---|
SecureMethods() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMSSNotification()
Gets the value of the mssNotification property.
|
boolean |
isMSSProfileQuery()
Gets the value of the mssProfileQuery property.
|
boolean |
isMSSReceipt()
Gets the value of the mssReceipt property.
|
boolean |
isMSSRegistration()
Gets the value of the mssRegistration property.
|
boolean |
isMSSSignature()
Gets the value of the mssSignature property.
|
boolean |
isMSSStatus()
Gets the value of the mssStatus property.
|
void |
setMSSNotification(boolean value)
Sets the value of the mssNotification property.
|
void |
setMSSProfileQuery(boolean value)
Sets the value of the mssProfileQuery property.
|
void |
setMSSReceipt(boolean value)
Sets the value of the mssReceipt property.
|
void |
setMSSRegistration(boolean value)
Sets the value of the mssRegistration property.
|
void |
setMSSSignature(boolean value)
Sets the value of the mssSignature property.
|
void |
setMSSStatus(boolean value)
Sets the value of the mssStatus property.
|
protected boolean mssSignature
protected boolean mssRegistration
protected boolean mssNotification
protected boolean mssProfileQuery
protected boolean mssReceipt
protected boolean mssStatus
public boolean isMSSSignature()
public void setMSSSignature(boolean value)
public boolean isMSSRegistration()
public void setMSSRegistration(boolean value)
public boolean isMSSNotification()
public void setMSSNotification(boolean value)
public boolean isMSSProfileQuery()
public void setMSSProfileQuery(boolean value)
public boolean isMSSReceipt()
public void setMSSReceipt(boolean value)
public boolean isMSSStatus()
public void setMSSStatus(boolean value)
Copyright © 2025. All rights reserved.