Class XmlComplexType

All Implemented Interfaces:
Serializable

public class XmlComplexType extends XmlField implements Serializable
See Also:
  • Field Details

    • xmlEnumFields

      protected XmlEnumFields xmlEnumFields
    • xmlFields

      protected XmlFields xmlFields
    • annotation

      protected Boolean annotation
    • annonymous

      protected Boolean annonymous
    • enumeration

      protected Boolean enumeration
    • uri

      protected String uri
  • Constructor Details

    • XmlComplexType

      public XmlComplexType()
  • Method Details

    • getXmlEnumFields

      public XmlEnumFields getXmlEnumFields()
      Gets the value of the xmlEnumFields property.
      Returns:
      possible object is XmlEnumFields
    • setXmlEnumFields

      public void setXmlEnumFields(XmlEnumFields value)
      Sets the value of the xmlEnumFields property.
      Parameters:
      value - allowed object is XmlEnumFields
    • getXmlFields

      public XmlFields getXmlFields()
      Gets the value of the xmlFields property.
      Returns:
      possible object is XmlFields
    • setXmlFields

      public void setXmlFields(XmlFields value)
      Sets the value of the xmlFields property.
      Parameters:
      value - allowed object is XmlFields
    • isAnnotation

      public Boolean isAnnotation()
      Gets the value of the annotation property.
      Returns:
      possible object is Boolean
    • setAnnotation

      public void setAnnotation(Boolean value)
      Sets the value of the annotation property.
      Parameters:
      value - allowed object is Boolean
    • isAnnonymous

      public Boolean isAnnonymous()
      Gets the value of the annonymous property.
      Returns:
      possible object is Boolean
    • setAnnonymous

      public void setAnnonymous(Boolean value)
      Sets the value of the annonymous property.
      Parameters:
      value - allowed object is Boolean
    • isEnumeration

      public Boolean isEnumeration()
      Gets the value of the enumeration property.
      Returns:
      possible object is Boolean
    • setEnumeration

      public void setEnumeration(Boolean value)
      Sets the value of the enumeration property.
      Parameters:
      value - allowed object is Boolean
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class XmlField
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class XmlField