com.google.code.facebookapi.schema
Class Container

java.lang.Object
  extended by com.google.code.facebookapi.schema.Container

public class Container
extends java.lang.Object

Java class for container complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="container">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Container()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container

public Container()


Copyright © 2008. All Rights Reserved.