Class SdkField

    • Constructor Detail

      • SdkField

        public SdkField​(com.fasterxml.jackson.databind.JsonNode field)
    • Method Detail

      • getId

        public String getId()
      • getParentNodeId

        public String getParentNodeId()
      • getXpathAbsolute

        public String getXpathAbsolute()
      • getXpathRelative

        public String getXpathRelative()
      • getType

        public String getType()
      • getRootCodelistId

        public String getRootCodelistId()
      • compareTo

        public int compareTo​(SdkField o)
        Helps with hash maps collisions. Should be consistent with equals.
        Specified by:
        compareTo in interface Comparable<SdkField>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object