Class FacetElement.NoFixedFacet

    • Field Detail

      • s_allowedAttributes

        public static final org.jibx.util.StringArray s_allowedAttributes
        List of allowed attribute names (including "id" from base).
    • Constructor Detail

      • NoFixedFacet

        public NoFixedFacet​(int type,
                            int bit,
                            int exclude)
        Constructor. Just passes on the element type to base class.
        Parameters:
        type - Type
        bit - mask
        exclude - exclusion bit mask
    • Method Detail

      • getValue

        public String getValue()
        Get "value" attribute value.
        Returns:
        value attribute value
      • setValue

        public void setValue​(String value)
        Set "value" attribute value.
        Parameters:
        value - value attribute value
      • preset

        protected void preset​(org.jibx.runtime.IUnmarshallingContext uctx)
                       throws org.jibx.runtime.JiBXException
        Make sure all attributes are defined.
        Overrides:
        preset in class SchemaBase
        Parameters:
        uctx - unmarshalling context
        Throws:
        org.jibx.runtime.JiBXException - on unmarshalling error