Class RecordType

  • All Implemented Interfaces:
    XMLWritable

    public class RecordType
    extends Object
    implements XMLWritable
    A record has a header, a metadata part, and an optional about container Java class for recordType complex type. The following schema fragment specifies the expected content contained within this class.
    • Constructor Detail

      • RecordType

        public RecordType()
    • Method Detail

      • getHeader

        public HeaderType getHeader()
        Gets the value of the header property.
        Returns:
        possible object is ;
      • setHeader

        public void setHeader​(HeaderType value)
        Sets the value of the header property.
        Parameters:
        value - allowed object is ;
      • getMetadata

        public MetadataType getMetadata()
        Gets the value of the metadata property.
        Returns:
        possible object is ;
      • setMetadata

        public void setMetadata​(MetadataType value)
        Sets the value of the metadata property.
        Parameters:
        value - allowed object is ;
      • getAbout

        public List<AboutType> getAbout()
        Gets the value of the about property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a method for the about property. For example, to add a new item, do as follows: getAbout().add(newItem); Objects of the following type(s) are allowed in the list ;