Class: Virtuozzo::SOAP::Types::Filer::Packet_headerType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

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

auth - Virtuozzo::SOAP::Types::Filer::AuthType
cookie - SOAP::SOAPString
target - SOAP::SOAPString
origin - SOAP::SOAPString
src - Virtuozzo::SOAP::Types::Filer::RouteType
dst - Virtuozzo::SOAP::Types::Filer::RouteType
session - SOAP::SOAPString
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

Direct Known Subclasses

Packet

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) ⇒ Packet_headerType

Returns a new instance of Packet_headerType.



1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'lib/virtuozzo/soap/types/filer.rb', line 1747

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

Instance Attribute Details

#authObject

Returns the value of attribute auth.



1655
1656
1657
# File 'lib/virtuozzo/soap/types/filer.rb', line 1655

def auth
  @auth
end

Returns the value of attribute cookie.



1656
1657
1658
# File 'lib/virtuozzo/soap/types/filer.rb', line 1656

def cookie
  @cookie
end

#dstObject

Returns the value of attribute dst.



1660
1661
1662
# File 'lib/virtuozzo/soap/types/filer.rb', line 1660

def dst
  @dst
end

#originObject

Returns the value of attribute origin.



1658
1659
1660
# File 'lib/virtuozzo/soap/types/filer.rb', line 1658

def origin
  @origin
end

#sessionObject

Returns the value of attribute session.



1661
1662
1663
# File 'lib/virtuozzo/soap/types/filer.rb', line 1661

def session
  @session
end

#srcObject

Returns the value of attribute src.



1659
1660
1661
# File 'lib/virtuozzo/soap/types/filer.rb', line 1659

def src
  @src
end

#targetObject

Returns the value of attribute target.



1657
1658
1659
# File 'lib/virtuozzo/soap/types/filer.rb', line 1657

def target
  @target
end

Instance Method Details

#__xmlattrObject



1663
1664
1665
# File 'lib/virtuozzo/soap/types/filer.rb', line 1663

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_idObject



1675
1676
1677
# File 'lib/virtuozzo/soap/types/filer.rb', line 1675

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



1679
1680
1681
# File 'lib/virtuozzo/soap/types/filer.rb', line 1679

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

#xmlattr_logObject



1707
1708
1709
# File 'lib/virtuozzo/soap/types/filer.rb', line 1707

def xmlattr_log
  __xmlattr[AttrLog]
end

#xmlattr_log=(value) ⇒ Object



1711
1712
1713
# File 'lib/virtuozzo/soap/types/filer.rb', line 1711

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

#xmlattr_priorityObject



1683
1684
1685
# File 'lib/virtuozzo/soap/types/filer.rb', line 1683

def xmlattr_priority
  __xmlattr[AttrPriority]
end

#xmlattr_priority=(value) ⇒ Object



1687
1688
1689
# File 'lib/virtuozzo/soap/types/filer.rb', line 1687

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

#xmlattr_progressObject



1699
1700
1701
# File 'lib/virtuozzo/soap/types/filer.rb', line 1699

def xmlattr_progress
  __xmlattr[AttrProgress]
end

#xmlattr_progress=(value) ⇒ Object



1703
1704
1705
# File 'lib/virtuozzo/soap/types/filer.rb', line 1703

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

#xmlattr_timeObject



1691
1692
1693
# File 'lib/virtuozzo/soap/types/filer.rb', line 1691

def xmlattr_time
  __xmlattr[AttrC_Time]
end

#xmlattr_time=(value) ⇒ Object



1695
1696
1697
# File 'lib/virtuozzo/soap/types/filer.rb', line 1695

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

#xmlattr_timeoutObject



1723
1724
1725
# File 'lib/virtuozzo/soap/types/filer.rb', line 1723

def xmlattr_timeout
  __xmlattr[AttrTimeout]
end

#xmlattr_timeout=(value) ⇒ Object



1727
1728
1729
# File 'lib/virtuozzo/soap/types/filer.rb', line 1727

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

#xmlattr_timeout_limitObject



1731
1732
1733
# File 'lib/virtuozzo/soap/types/filer.rb', line 1731

def xmlattr_timeout_limit
  __xmlattr[AttrTimeout_limit]
end

#xmlattr_timeout_limit=(value) ⇒ Object



1735
1736
1737
# File 'lib/virtuozzo/soap/types/filer.rb', line 1735

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

#xmlattr_typeObject



1715
1716
1717
# File 'lib/virtuozzo/soap/types/filer.rb', line 1715

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



1719
1720
1721
# File 'lib/virtuozzo/soap/types/filer.rb', line 1719

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

#xmlattr_uidObject



1739
1740
1741
# File 'lib/virtuozzo/soap/types/filer.rb', line 1739

def xmlattr_uid
  __xmlattr[AttrUid]
end

#xmlattr_uid=(value) ⇒ Object



1743
1744
1745
# File 'lib/virtuozzo/soap/types/filer.rb', line 1743

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

#xmlattr_versionObject



1667
1668
1669
# File 'lib/virtuozzo/soap/types/filer.rb', line 1667

def xmlattr_version
  __xmlattr[AttrVersion]
end

#xmlattr_version=(value) ⇒ Object



1671
1672
1673
# File 'lib/virtuozzo/soap/types/filer.rb', line 1671

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