org.virtualbox_4_1
Class IGuestDirEntry

java.lang.Object
  extended by org.virtualbox_4_1.IGuestDirEntry

public class IGuestDirEntry
extends java.lang.Object

Structure representing a directory entry on the guest OS. Interface ID: {20A66EFC-C2F6-4438-826F-38454C04369E}


Constructor Summary
IGuestDirEntry(org.virtualbox_4_1.jaxws.IGuestDirEntry real, org.virtualbox_4_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Long getNodeId()
           
 GuestDirEntryType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGuestDirEntry

public IGuestDirEntry(org.virtualbox_4_1.jaxws.IGuestDirEntry real,
                      org.virtualbox_4_1.jaxws.VboxPortType port)
Method Detail

getNodeId

public java.lang.Long getNodeId()

getName

public java.lang.String getName()

getType

public GuestDirEntryType getType()