Module jonix.onix3

Class ThesisPresentedTo

java.lang.Object
com.tectonica.jonix.onix3.ThesisPresentedTo
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class ThesisPresentedTo extends Object implements OnixElement<String>, Serializable

Thesis presented to

The name of an academic institution to which a thesis was presented. Optional and non-repeating, but if this element is present, <ThesisType> must also be present.

Format Variable length text, suggested maximum length 300 characters
Reference name <ThesisPresentedTo>
Short tag <b369>
Cardinality 0…1
Attributes language

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ThesisPresentedTo

      public ThesisPresentedTo()
    • ThesisPresentedTo

      public ThesisPresentedTo(Element element)
  • Method Details