Class VSDStatusType
java.lang.Object
de.gematik.ws.conn.vsds.vsdservice.v5.VSDStatusType
Java class for VSD_StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VSD_StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[01]"/>
</restriction>
</simpleType>
</element>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Version">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\d{1,3}\.\d{1,3}\.\d{1,4}"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the timestamp property.Gets the value of the version property.voidSets the value of the status property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
status
-
timestamp
-
version
-
-
Constructor Details
-
VSDStatusType
public VSDStatusType()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-