Package de.gematik.ws.tel.error.v2
Class Error.Trace.Detail
java.lang.Object
de.gematik.ws.tel.error.v2.Error.Trace.Detail
- Enclosing class:
- Error.Trace
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encoding property.getValue()Gets the value of the value property.voidsetEncoding(String value) Sets the value of the encoding property.voidSets the value of the value property.
-
Field Details
-
value
-
encoding
-
-
Constructor Details
-
Detail
public Detail()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
Sets the value of the encoding property.- Parameters:
value- allowed object isString
-