All Downloads are FREE. Search and download functionalities are using the official Maven repository.

calaxb_2.9.2.1.1.2.source-code.soapenvelope11.scala.template Maven / Gradle / Ivy

// 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[java.net.URI] = 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 - 2024 Weber Informatics LLC | Privacy Policy