Uses of Class
org.fusesource.amqp.generator.jaxb.Doc

Packages that use Doc
org.fusesource.amqp.generator.jaxb   
 

Uses of Doc in org.fusesource.amqp.generator.jaxb
 

Fields in org.fusesource.amqp.generator.jaxb with type parameters of type Doc
protected  java.util.List<Doc> Field.doc
           
protected  java.util.List<Doc> Encoding.doc
           
protected  java.util.List<Doc> Descriptor.doc
           
protected  java.util.List<Doc> Definition.doc
           
protected  java.util.List<Doc> Choice.doc
           
 

Methods in org.fusesource.amqp.generator.jaxb that return Doc
 Doc ObjectFactory.createDoc()
          Create an instance of Doc
 

Methods in org.fusesource.amqp.generator.jaxb that return types with arguments of type Doc
 java.util.List<Doc> Field.getDoc()
          Gets the value of the doc property.
 java.util.List<Doc> Encoding.getDoc()
          Gets the value of the doc property.
 java.util.List<Doc> Descriptor.getDoc()
          Gets the value of the doc property.
 java.util.List<Doc> Definition.getDoc()
          Gets the value of the doc property.
 java.util.List<Doc> Choice.getDoc()
          Gets the value of the doc property.
 



Copyright © 2012 FuseSource. All Rights Reserved.