Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.biomage.Interface
Interface HasBibliographicReferences  view HasBibliographicReferences download HasBibliographicReferences.java


public interface HasBibliographicReferences


Nested Class Summary
static class HasBibliographicReferences.BibliographicReferences_list
          Inner list class for holding multiple entries for attribute bibliographicReferences.
 
Method Summary
 void addToBibliographicReferences(org.biomage.BQS.BibliographicReference bibliographicReference)
          Method to add BibliographicReference to BibliographicReferences_list
 void addToBibliographicReferences(int position, org.biomage.BQS.BibliographicReference bibliographicReference)
          Method to add BibliographicReference at position to BibliographicReferences_list
 HasBibliographicReferences.BibliographicReferences_list getBibliographicReferences()
          Get method for bibliographicReferences
 org.biomage.BQS.BibliographicReference getFromBibliographicReferences(int position)
          Method to get BibliographicReference from BibliographicReferences_list
 void removeElementAtFromBibliographicReferences(int position)
          Method to remove by position from BibliographicReferences_list
 void removeFromBibliographicReferences(org.biomage.BQS.BibliographicReference bibliographicReference)
          Method to remove first BibliographicReference from BibliographicReferences_list
 void setBibliographicReferences(HasBibliographicReferences.BibliographicReferences_list bibliographicReferences)
          Set method for bibliographicReferences
 

Method Detail

setBibliographicReferences

public void setBibliographicReferences(HasBibliographicReferences.BibliographicReferences_list bibliographicReferences)
Set method for bibliographicReferences


getBibliographicReferences

public HasBibliographicReferences.BibliographicReferences_list getBibliographicReferences()
Get method for bibliographicReferences


addToBibliographicReferences

public void addToBibliographicReferences(org.biomage.BQS.BibliographicReference bibliographicReference)
Method to add BibliographicReference to BibliographicReferences_list


addToBibliographicReferences

public void addToBibliographicReferences(int position,
                                         org.biomage.BQS.BibliographicReference bibliographicReference)
Method to add BibliographicReference at position to BibliographicReferences_list


getFromBibliographicReferences

public org.biomage.BQS.BibliographicReference getFromBibliographicReferences(int position)
Method to get BibliographicReference from BibliographicReferences_list


removeElementAtFromBibliographicReferences

public void removeElementAtFromBibliographicReferences(int position)
Method to remove by position from BibliographicReferences_list


removeFromBibliographicReferences

public void removeFromBibliographicReferences(org.biomage.BQS.BibliographicReference bibliographicReference)
Method to remove first BibliographicReference from BibliographicReferences_list