Class Note


  • public class Note
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
           <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Note()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Gets the value of the content property.
      java.lang.String getLang()
      Gets the value of the lang property.
      java.lang.String getOEncoding()
      Gets the value of the oEncoding property.
      java.lang.String getXmlLang()
      Gets the value of the xmlLang property.
      void setContent​(java.lang.String value)
      Sets the value of the content property.
      void setLang​(java.lang.String value)
      Sets the value of the lang property.
      void setOEncoding​(java.lang.String value)
      Sets the value of the oEncoding property.
      void setXmlLang​(java.lang.String value)
      Sets the value of the xmlLang property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Note

        public Note()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(java.lang.String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getOEncoding

        public java.lang.String getOEncoding()
        Gets the value of the oEncoding property.
        Returns:
        possible object is String
      • setOEncoding

        public void setOEncoding​(java.lang.String value)
        Sets the value of the oEncoding property.
        Parameters:
        value - allowed object is String
      • getXmlLang

        public java.lang.String getXmlLang()
        Gets the value of the xmlLang property.
        Returns:
        possible object is String
      • setXmlLang

        public void setXmlLang​(java.lang.String value)
        Sets the value of the xmlLang property.
        Parameters:
        value - allowed object is String
      • getLang

        public java.lang.String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(java.lang.String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String