Class DocumentType.Noark

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DocumentType

    public static class DocumentType.Noark
    extends Object
    implements Serializable

    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">
           <sequence>
             <element name="accessCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dmid" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Noark

        public Noark()
        Default no-arg constructor
      • Noark

        public Noark​(String accessCode,
                     BigDecimal dmid)
        Fully-initialising value constructor
    • Method Detail

      • getAccessCode

        public String getAccessCode()
        Gets the value of the accessCode property.
        Returns:
        possible object is String
      • setAccessCode

        public void setAccessCode​(String value)
        Sets the value of the accessCode property.
        Parameters:
        value - allowed object is String
      • getDmid

        public BigDecimal getDmid()
        Gets the value of the dmid property.
        Returns:
        possible object is BigDecimal
      • setDmid

        public void setDmid​(BigDecimal value)
        Sets the value of the dmid property.
        Parameters:
        value - allowed object is BigDecimal