Class: SOAP::SOAPBase64
- Inherits:
-
XSD::XSDBase64Binary
- Object
- XSD::NSDBase
- XSD::XSDAnySimpleType
- XSD::XSDBase64Binary
- SOAP::SOAPBase64
- Extended by:
- SOAPModuleUtils
- Includes:
- SOAPBasetype
- Defined in:
- lib/action_web_service/soap/baseData.rb
Constant Summary collapse
- Type =
QName.new(EncodingNamespace, Base64Literal)
Constants included from SOAP
AttrActor, AttrArrayType, AttrArrayTypeName, AttrEncodingStyle, AttrEncodingStyleName, AttrMustUnderstand, AttrMustUnderstandName, AttrOffset, AttrOffsetName, AttrPosition, AttrPositionName, AttrRoot, AttrRootName, Base64Literal, EleBody, EleBodyName, EleEnvelope, EleEnvelopeName, EleFault, EleFaultActor, EleFaultActorName, EleFaultCode, EleFaultCodeName, EleFaultDetail, EleFaultDetailName, EleFaultName, EleFaultString, EleFaultStringName, EleHeader, EleHeaderName, EncodingNamespace, EnvelopeNamespace, LiteralNamespace, MediaType, NextActor, PropertyName, SOAPNamespaceTag, TypeMap, VERSION, ValueArray, ValueArrayName, XSDNamespaceTag, XSINamespaceTag
Constants included from XSD
XSD::AnySimpleTypeLiteral, XSD::AnySimpleTypeName, XSD::AnyTypeLiteral, XSD::AnyTypeName, XSD::AnyURILiteral, XSD::AttrNilName, XSD::AttrType, XSD::AttrTypeName, XSD::Base64BinaryLiteral, XSD::BooleanLiteral, XSD::ByteLiteral, XSD::DateLiteral, XSD::DateTimeLiteral, XSD::DecimalLiteral, XSD::DoubleLiteral, XSD::DurationLiteral, XSD::FloatLiteral, XSD::GDayLiteral, XSD::GMonthDayLiteral, XSD::GMonthLiteral, XSD::GYearLiteral, XSD::GYearMonthLiteral, XSD::HexBinaryLiteral, XSD::InstanceNamespace, XSD::IntLiteral, XSD::IntegerLiteral, XSD::LongLiteral, XSD::Namespace, XSD::NegativeIntegerLiteral, XSD::NilLiteral, XSD::NilValue, XSD::NonNegativeIntegerLiteral, XSD::NonPositiveIntegerLiteral, XSD::NormalizedStringLiteral, XSD::PositiveIntegerLiteral, XSD::QNameLiteral, XSD::ShortLiteral, XSD::StringLiteral, XSD::TimeLiteral, XSD::UnsignedByteLiteral, XSD::UnsignedIntLiteral, XSD::UnsignedLongLiteral, XSD::UnsignedShortLiteral
Instance Attribute Summary
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Attributes inherited from XSD::XSDAnySimpleType
Attributes inherited from XSD::NSDBase
Instance Method Summary collapse
- #as_xsd ⇒ Object
-
#initialize(value = nil) ⇒ SOAPBase64
constructor
Override the definition in SOAPBasetype.
Methods included from SOAPModuleUtils
Methods included from SOAPType
Methods inherited from XSD::XSDBase64Binary
Methods inherited from XSD::XSDAnySimpleType
#check_lexical_format, #set, #to_s
Methods inherited from XSD::NSDBase
Constructor Details
#initialize(value = nil) ⇒ SOAPBase64
Override the definition in SOAPBasetype.
304 305 306 307 |
# File 'lib/action_web_service/soap/baseData.rb', line 304 def initialize(value = nil) super(value) @type = Type end |
Instance Method Details
#as_xsd ⇒ Object
309 310 311 |
# File 'lib/action_web_service/soap/baseData.rb', line 309 def as_xsd @type = XSD::XSDBase64Binary::Type end |