public class StatusType
extends java.lang.Object
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StatusCode" type="{http://uri.etsi.org/TS102204/v1.1.2#}StatusCodeType"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusDetail" type="{http://uri.etsi.org/TS102204/v1.1.2#}StatusDetailType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StatusCodeType |
statusCode |
protected StatusDetailType |
statusDetail |
protected java.lang.String |
statusMessage |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
StatusCodeType |
getStatusCode()
Gets the value of the statusCode property.
|
StatusDetailType |
getStatusDetail()
Gets the value of the statusDetail property.
|
java.lang.String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setStatusCode(StatusCodeType value)
Sets the value of the statusCode property.
|
void |
setStatusDetail(StatusDetailType value)
Sets the value of the statusDetail property.
|
void |
setStatusMessage(java.lang.String value)
Sets the value of the statusMessage property.
|
protected StatusCodeType statusCode
protected java.lang.String statusMessage
protected StatusDetailType statusDetail
public StatusCodeType getStatusCode()
StatusCodeTypepublic void setStatusCode(StatusCodeType value)
value - allowed object is
StatusCodeTypepublic java.lang.String getStatusMessage()
Stringpublic void setStatusMessage(java.lang.String value)
value - allowed object is
Stringpublic StatusDetailType getStatusDetail()
StatusDetailTypepublic void setStatusDetail(StatusDetailType value)
value - allowed object is
StatusDetailTypeCopyright © 2025. All rights reserved.