public class MSSProfileRespType extends MessageAbstractType
Java class for MSS_ProfileRespType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_ProfileRespType">
<complexContent>
<extension base="{http://uri.etsi.org/TS102204/v1.1.2#}MessageAbstractType">
<sequence>
<element name="SignatureProfile" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Status" type="{http://uri.etsi.org/TS102204/v1.1.2#}StatusType"/>
</sequence>
</extension>
</complexContent>
</complexType>
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MssURIType> |
signatureProfile |
protected StatusType |
status |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSProfileRespType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MssURIType> |
getSignatureProfile()
Gets the value of the signatureProfile property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected java.util.List<MssURIType> signatureProfile
protected StatusType status
public java.util.List<MssURIType> getSignatureProfile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signatureProfile property.
For example, to add a new item, do as follows:
getSignatureProfileFromOid().add(newItem);
Objects of the following type(s) are allowed in the list
MssURIType
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypeCopyright © 2025. All rights reserved.