Object

scalut.xml.soap.SoapFault

FaultCode

Related Doc: package SoapFault

Permalink

object FaultCode extends Enum

Linear Supertypes
Enum, Serializable, Serializable, EnumKeyValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FaultCode
  2. Enum
  3. Serializable
  4. Serializable
  5. EnumKeyValue
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class EnumValueImpl extends KeyValueImpl[TId, TValue] with EnumValue

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  2. class FaultCodeValue extends EnumValueImpl

    Permalink
  3. type TId = Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  4. type TValue = String

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  5. type Type = FaultCodeValue

    Permalink
    Definition Classes
    FaultCode → Enum → EnumKeyValue

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CLIENT: Type

    Permalink

    The message was incorrectly formed or contained incorrect information

  5. val MUST_UNDERSTAND: Type

    Permalink

    An immediate child element of the Header element, with the mustUnderstand attribute set to "1", was not understood

  6. val SERVER: Type

    Permalink

    There was a problem with the server so the message could not proceed

  7. val VERSION_MISMATCH: Type

    Permalink

    Found an invalid namespace for the SOAP Envelope element

  8. def apply(name: TValue): Type

    Permalink
    Definition Classes
    Enum
  9. def apply(id: TId): Type

    Permalink
    Definition Classes
    Enum
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createNewValue(owner: AnyRef, id: Int, name: String): Type

    Permalink
    Attributes
    protected
    Definition Classes
    FaultCode → Enum
  13. val enumValues: ListBuffer[Type]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(id: TId, defaultValue: ⇒ Type): Type

    Permalink
    Definition Classes
    Enum
  18. def get(id: TId): Option[Type]

    Permalink
    Definition Classes
    Enum
  19. def getByName(name: TValue, defaultValue: ⇒ Type): Type

    Permalink
    Definition Classes
    Enum
  20. def getByName(name: TValue): Option[Type]

    Permalink
    Definition Classes
    Enum
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrCreate(id: TId, name: ⇒ TValue): Type

    Permalink
    Definition Classes
    Enum
  23. def getOwnerClass: Class[_]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def newValue(owner: AnyRef, id: TId, name: TValue): Type

    Permalink
    Definition Classes
    Enum
  28. def newValue(id: TId, name: TValue): Type

    Permalink
    Definition Classes
    Enum
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def owner: AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  32. def size: Int

    Permalink
    Definition Classes
    Enum
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(value: Type): String

    Permalink
    Definition Classes
    Enum
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def values: Seq[Type]

    Permalink
    Definition Classes
    Enum
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum

Inherited from Serializable

Inherited from Serializable

Inherited from EnumKeyValue

Inherited from AnyRef

Inherited from Any

Ungrouped