public class MSSSignatureReqType extends MessageAbstractType
Java class for MSS_SignatureReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_SignatureReqType">
<complexContent>
<extension base="{http://uri.etsi.org/TS102204/v1.1.2#}MessageAbstractType">
<sequence>
<element name="MobileUser" type="{http://uri.etsi.org/TS102204/v1.1.2#}MobileUserType"/>
<element name="DataToBeSigned" type="{http://uri.etsi.org/TS102204/v1.1.2#}DataType"/>
<element name="DataToBeDisplayed" type="{http://uri.etsi.org/TS102204/v1.1.2#}DataType" minOccurs="0"/>
<element name="SignatureProfile" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType" minOccurs="0"/>
<element name="AdditionalServices" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Service" type="{http://uri.etsi.org/TS102204/v1.1.2#}AdditionalServiceType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MSS_Format" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType" minOccurs="0"/>
<element name="KeyReference" type="{http://uri.etsi.org/TS102204/v1.1.2#}KeyReferenceType" minOccurs="0"/>
<element name="SignatureProfileComparison" type="{http://uri.etsi.org/TS102204/v1.1.2#}SignatureProfileComparisonType" minOccurs="0"/>
</sequence>
<attribute name="ValidityDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="TimeOut" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="MessagingMode" use="required" type="{http://uri.etsi.org/TS102204/v1.1.2#}MessagingModeType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MSSSignatureReqType.AdditionalServices
Java class for anonymous complex type.
|
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected MSSSignatureReqType.AdditionalServices |
additionalServices |
protected DataType |
dataToBeDisplayed |
protected DataType |
dataToBeSigned |
protected KeyReferenceType |
keyReference |
protected MessagingModeType |
messagingMode |
protected MobileUserType |
mobileUser |
protected MssURIType |
mssFormat |
protected MssURIType |
signatureProfile |
protected SignatureProfileComparisonType |
signatureProfileComparison |
protected java.math.BigInteger |
timeOut |
protected javax.xml.datatype.XMLGregorianCalendar |
validityDate |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSSignatureReqType() |
| Modifier and Type | Method and Description |
|---|---|
MSSSignatureReqType.AdditionalServices |
getAdditionalServices()
Gets the value of the additionalServices property.
|
DataType |
getDataToBeDisplayed()
Gets the value of the dataToBeDisplayed property.
|
DataType |
getDataToBeSigned()
Gets the value of the dataToBeSigned property.
|
KeyReferenceType |
getKeyReference()
Gets the value of the keyReference property.
|
MessagingModeType |
getMessagingMode()
Gets the value of the messagingMode property.
|
MobileUserType |
getMobileUser()
Gets the value of the mobileUser property.
|
MssURIType |
getMSSFormat()
Gets the value of the mssFormat property.
|
MssURIType |
getSignatureProfile()
Gets the value of the signatureProfile property.
|
SignatureProfileComparisonType |
getSignatureProfileComparison()
Gets the value of the signatureProfileComparison property.
|
java.math.BigInteger |
getTimeOut()
Gets the value of the timeOut property.
|
javax.xml.datatype.XMLGregorianCalendar |
getValidityDate()
Gets the value of the validityDate property.
|
void |
setAdditionalServices(MSSSignatureReqType.AdditionalServices value)
Sets the value of the additionalServices property.
|
void |
setDataToBeDisplayed(DataType value)
Sets the value of the dataToBeDisplayed property.
|
void |
setDataToBeSigned(DataType value)
Sets the value of the dataToBeSigned property.
|
void |
setKeyReference(KeyReferenceType value)
Sets the value of the keyReference property.
|
void |
setMessagingMode(MessagingModeType value)
Sets the value of the messagingMode property.
|
void |
setMobileUser(MobileUserType value)
Sets the value of the mobileUser property.
|
void |
setMSSFormat(MssURIType value)
Sets the value of the mssFormat property.
|
void |
setSignatureProfile(MssURIType value)
Sets the value of the signatureProfile property.
|
void |
setSignatureProfileComparison(SignatureProfileComparisonType value)
Sets the value of the signatureProfileComparison property.
|
void |
setTimeOut(java.math.BigInteger value)
Sets the value of the timeOut property.
|
void |
setValidityDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validityDate property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected MobileUserType mobileUser
protected DataType dataToBeSigned
protected DataType dataToBeDisplayed
protected MssURIType signatureProfile
protected MSSSignatureReqType.AdditionalServices additionalServices
protected MssURIType mssFormat
protected KeyReferenceType keyReference
protected SignatureProfileComparisonType signatureProfileComparison
protected javax.xml.datatype.XMLGregorianCalendar validityDate
protected java.math.BigInteger timeOut
protected MessagingModeType messagingMode
public MobileUserType getMobileUser()
MobileUserTypepublic void setMobileUser(MobileUserType value)
value - allowed object is
MobileUserTypepublic DataType getDataToBeSigned()
DataTypepublic void setDataToBeSigned(DataType value)
value - allowed object is
DataTypepublic DataType getDataToBeDisplayed()
DataTypepublic void setDataToBeDisplayed(DataType value)
value - allowed object is
DataTypepublic MssURIType getSignatureProfile()
MssURITypepublic void setSignatureProfile(MssURIType value)
value - allowed object is
MssURITypepublic MSSSignatureReqType.AdditionalServices getAdditionalServices()
MSSSignatureReqType.AdditionalServicespublic void setAdditionalServices(MSSSignatureReqType.AdditionalServices value)
value - allowed object is
MSSSignatureReqType.AdditionalServicespublic MssURIType getMSSFormat()
MssURITypepublic void setMSSFormat(MssURIType value)
value - allowed object is
MssURITypepublic KeyReferenceType getKeyReference()
KeyReferenceTypepublic void setKeyReference(KeyReferenceType value)
value - allowed object is
KeyReferenceTypepublic SignatureProfileComparisonType getSignatureProfileComparison()
SignatureProfileComparisonTypepublic void setSignatureProfileComparison(SignatureProfileComparisonType value)
value - allowed object is
SignatureProfileComparisonTypepublic javax.xml.datatype.XMLGregorianCalendar getValidityDate()
XMLGregorianCalendarpublic void setValidityDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigInteger getTimeOut()
BigIntegerpublic void setTimeOut(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic MessagingModeType getMessagingMode()
MessagingModeTypepublic void setMessagingMode(MessagingModeType value)
value - allowed object is
MessagingModeTypeCopyright © 2025. All rights reserved.