calaxb_2.12.1.12.1.source-code.soapenvelope11.scala.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalaxb_2.12 Show documentation
Show all versions of scalaxb_2.12 Show documentation
scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.
The newest version!
// Generated by scalaxb.
package soapenvelope11
case class Envelope(Header: Option[soapenvelope11.Header] = None,
Body: soapenvelope11.Body,
any: Seq[scalaxb.DataRecord[Any]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]])
case class Header(any: Seq[scalaxb.DataRecord[Any]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]])
case class Body(any: Seq[scalaxb.DataRecord[Any]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]])
/**
Fault reporting structure
*/
case class Fault(faultcode: javax.xml.namespace.QName,
faultstring: String,
faultactor: Option[String] = None,
detail: Option[soapenvelope11.Detail] = None)
case class Detail(any: Seq[scalaxb.DataRecord[Any]] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]])
case class EncodingStyle(tnsencodingStyle: Option[Seq[java.net.URI]] = None)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy