org.jclouds.vcloud.domain
Interface ReferenceType

All Superinterfaces:
Comparable<ReferenceType>
All Known Subinterfaces:
Catalog, CatalogItem, Org, OrgNetwork, Task, VApp, VAppTemplate, VDC, Vm
All Known Implementing Classes:
CatalogImpl, CatalogItemImpl, OrgImpl, OrgNetworkImpl, ReferenceTypeImpl, TaskImpl, VAppImpl, VAppTemplateImpl, VDCImpl, VmImpl

public interface ReferenceType
extends Comparable<ReferenceType>

Many container elements are populated with references to contained objects. Each reference consists of a hyperlink, an optional media type, and a name.

Author:
Adrian Cole

Method Summary
 URI getHref()
           
 String getName()
           
 String getType()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getHref

URI getHref()
Returns:
hyperlink to the referenced object

getName

String getName()
Returns:
name of the referenced object.

getType

String getType()
Returns:
object type, expressed as the media type of the XML representing of the object
See Also:
VCloudMediaType


Copyright © 2009-2011 jclouds. All Rights Reserved.