public class GetMDStateResponse extends AbstractGetResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractGetResponse">
<sequence>
<element name="MDState" type="{http://domain-model-uri/15/04}MDState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MDState |
mdState |
extension, sequenceNumber| Constructor and Description |
|---|
GetMDStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
MDState |
getMDState()
Gets the value of the mdState property.
|
void |
setMDState(MDState value)
Sets the value of the mdState property.
|
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected MDState mdState
Copyright © 2016. All rights reserved.