Class: Virtuozzo::SOAP::Types::Support::Packet

Inherits:
Packet_headerType show all
Defined in:
lib/virtuozzo/soap/types/support.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/protocolpacket

auth - Virtuozzo::SOAP::Drivers::Support::AuthType
cookie - SOAP::SOAPString
target - SOAP::SOAPString
origin - SOAP::SOAPString
src - Virtuozzo::SOAP::Drivers::Support::RouteType
dst - Virtuozzo::SOAP::Drivers::Support::RouteType
session - SOAP::SOAPString
data - Virtuozzo::SOAP::Drivers::Support::Packet::C_Data
xmlattr_version - SOAP::SOAPString
xmlattr_id - SOAP::SOAPString
xmlattr_priority - SOAP::SOAPString
xmlattr_time - SOAP::SOAPString
xmlattr_progress - SOAP::SOAPString
xmlattr_log - SOAP::SOAPString
xmlattr_type - SOAP::SOAPInt
xmlattr_timeout - SOAP::SOAPInt
xmlattr_timeout_limit - SOAP::SOAPInt
xmlattr_uid - SOAP::SOAPInt

Defined Under Namespace

Classes: C_Data

Constant Summary collapse

AttrC_Time =
XSD::QName.new(nil, "time")
AttrId =
XSD::QName.new(nil, "id")
AttrLog =
XSD::QName.new(nil, "log")
AttrPriority =
XSD::QName.new(nil, "priority")
AttrProgress =
XSD::QName.new(nil, "progress")
AttrTimeout =
XSD::QName.new(nil, "timeout")
AttrTimeout_limit =
XSD::QName.new(nil, "timeout_limit")
AttrType =
XSD::QName.new(nil, "type")
AttrUid =
XSD::QName.new(nil, "uid")
AttrVersion =
XSD::QName.new(nil, "version")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil) ⇒ Packet

Returns a new instance of Packet.



2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
# File 'lib/virtuozzo/soap/types/support.rb', line 2674

def initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil)
  @auth = auth
  @cookie = cookie
  @target = target
  @origin = origin
  @src = src
  @dst = dst
  @session = session
  @data = data
  @__xmlattr = {}
end

Instance Attribute Details

#authObject

Returns the value of attribute auth.



2581
2582
2583
# File 'lib/virtuozzo/soap/types/support.rb', line 2581

def auth
  @auth
end

Returns the value of attribute cookie.



2582
2583
2584
# File 'lib/virtuozzo/soap/types/support.rb', line 2582

def cookie
  @cookie
end

#dataObject

Returns the value of attribute data.



2588
2589
2590
# File 'lib/virtuozzo/soap/types/support.rb', line 2588

def data
  @data
end

#dstObject

Returns the value of attribute dst.



2586
2587
2588
# File 'lib/virtuozzo/soap/types/support.rb', line 2586

def dst
  @dst
end

#originObject

Returns the value of attribute origin.



2584
2585
2586
# File 'lib/virtuozzo/soap/types/support.rb', line 2584

def origin
  @origin
end

#sessionObject

Returns the value of attribute session.



2587
2588
2589
# File 'lib/virtuozzo/soap/types/support.rb', line 2587

def session
  @session
end

#srcObject

Returns the value of attribute src.



2585
2586
2587
# File 'lib/virtuozzo/soap/types/support.rb', line 2585

def src
  @src
end

#targetObject

Returns the value of attribute target.



2583
2584
2585
# File 'lib/virtuozzo/soap/types/support.rb', line 2583

def target
  @target
end

Instance Method Details

#__xmlattrObject



2590
2591
2592
# File 'lib/virtuozzo/soap/types/support.rb', line 2590

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_idObject



2602
2603
2604
# File 'lib/virtuozzo/soap/types/support.rb', line 2602

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



2606
2607
2608
# File 'lib/virtuozzo/soap/types/support.rb', line 2606

def xmlattr_id=(value)
  __xmlattr[AttrId] = value
end

#xmlattr_logObject



2634
2635
2636
# File 'lib/virtuozzo/soap/types/support.rb', line 2634

def xmlattr_log
  __xmlattr[AttrLog]
end

#xmlattr_log=(value) ⇒ Object



2638
2639
2640
# File 'lib/virtuozzo/soap/types/support.rb', line 2638

def xmlattr_log=(value)
  __xmlattr[AttrLog] = value
end

#xmlattr_priorityObject



2610
2611
2612
# File 'lib/virtuozzo/soap/types/support.rb', line 2610

def xmlattr_priority
  __xmlattr[AttrPriority]
end

#xmlattr_priority=(value) ⇒ Object



2614
2615
2616
# File 'lib/virtuozzo/soap/types/support.rb', line 2614

def xmlattr_priority=(value)
  __xmlattr[AttrPriority] = value
end

#xmlattr_progressObject



2626
2627
2628
# File 'lib/virtuozzo/soap/types/support.rb', line 2626

def xmlattr_progress
  __xmlattr[AttrProgress]
end

#xmlattr_progress=(value) ⇒ Object



2630
2631
2632
# File 'lib/virtuozzo/soap/types/support.rb', line 2630

def xmlattr_progress=(value)
  __xmlattr[AttrProgress] = value
end

#xmlattr_timeObject



2618
2619
2620
# File 'lib/virtuozzo/soap/types/support.rb', line 2618

def xmlattr_time
  __xmlattr[AttrC_Time]
end

#xmlattr_time=(value) ⇒ Object



2622
2623
2624
# File 'lib/virtuozzo/soap/types/support.rb', line 2622

def xmlattr_time=(value)
  __xmlattr[AttrC_Time] = value
end

#xmlattr_timeoutObject



2650
2651
2652
# File 'lib/virtuozzo/soap/types/support.rb', line 2650

def xmlattr_timeout
  __xmlattr[AttrTimeout]
end

#xmlattr_timeout=(value) ⇒ Object



2654
2655
2656
# File 'lib/virtuozzo/soap/types/support.rb', line 2654

def xmlattr_timeout=(value)
  __xmlattr[AttrTimeout] = value
end

#xmlattr_timeout_limitObject



2658
2659
2660
# File 'lib/virtuozzo/soap/types/support.rb', line 2658

def xmlattr_timeout_limit
  __xmlattr[AttrTimeout_limit]
end

#xmlattr_timeout_limit=(value) ⇒ Object



2662
2663
2664
# File 'lib/virtuozzo/soap/types/support.rb', line 2662

def xmlattr_timeout_limit=(value)
  __xmlattr[AttrTimeout_limit] = value
end

#xmlattr_typeObject



2642
2643
2644
# File 'lib/virtuozzo/soap/types/support.rb', line 2642

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



2646
2647
2648
# File 'lib/virtuozzo/soap/types/support.rb', line 2646

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end

#xmlattr_uidObject



2666
2667
2668
# File 'lib/virtuozzo/soap/types/support.rb', line 2666

def xmlattr_uid
  __xmlattr[AttrUid]
end

#xmlattr_uid=(value) ⇒ Object



2670
2671
2672
# File 'lib/virtuozzo/soap/types/support.rb', line 2670

def xmlattr_uid=(value)
  __xmlattr[AttrUid] = value
end

#xmlattr_versionObject



2594
2595
2596
# File 'lib/virtuozzo/soap/types/support.rb', line 2594

def xmlattr_version
  __xmlattr[AttrVersion]
end

#xmlattr_version=(value) ⇒ Object



2598
2599
2600
# File 'lib/virtuozzo/soap/types/support.rb', line 2598

def xmlattr_version=(value)
  __xmlattr[AttrVersion] = value
end