Class XmlTextField

    • Constructor Detail

      • XmlTextField

        public XmlTextField()
    • Method Detail

      • isNillable

        public boolean isNillable()
        Description copied from interface: FieldFormat
        Returns whether this field is nillable.
        Returns:
        true if nillable, false otherwise
      • getLocalName

        public java.lang.String getLocalName()
        Description copied from interface: XmlNode
        Returns the XML local name for this node.
        Returns:
        the XML local name
      • getNamespace

        public java.lang.String getNamespace()
        Description copied from interface: XmlNode
        Returns the namespace of this node. If there is no namespace for this node, or this node is not namespace aware, null is returned.
        Returns:
        the XML namespace of this node
      • isNamespaceAware

        public boolean isNamespaceAware()
        Description copied from interface: XmlNode
        Returns true if a namespace was configured for this node, and is therefore used to unmarshal and marshal the node.
        Returns:
        true if this node uses a namespace for matching and formatting this node
      • getPrefix

        public java.lang.String getPrefix()
        Description copied from interface: XmlNode
        Returns the namespace prefix for marshaling this node, or null if the namespace should override the default namespace.
        Returns:
        the namespace prefix
      • isRepeating

        public boolean isRepeating()
        Description copied from interface: XmlNode
        Returns whether this node may repeat in the context of its immediate parent.
        Returns:
        true if this node repeats, false otherwise