Class XsdList

    • Field Detail

      • simpleType

        private XsdSimpleType simpleType
        The XsdSimpleType instance that states the type of the elements that belong to this XsdList instance. This value shouldn't be present if there is a itemType present.
      • itemType

        private java.lang.String itemType
        The itemType defines the built-it type or the name of a present XsdSimpleType instance that represent the type of the elements that belong to this XsdList. This value shouldn't be present if there is a simpleType is present.
    • Method Detail

      • accept

        public void accept​(XsdAbstractElementVisitor visitorParam)
        Description copied from class: XsdAbstractElement
        Base method for all accept methods. It serves as a way to guarantee that every accept call assigns the parent field.
        Overrides:
        accept in class XsdAbstractElement
        Parameters:
        visitorParam - The visitor that is visiting the current instance.
      • clone

        public XsdList clone​(@NotNull
                             java.util.Map<java.lang.String,​java.lang.String> placeHolderAttributes)
        Performs a copy of the current object for replacing purposes. The cloned objects are used to replace UnsolvedReference objects in the reference solving process.
        Overrides:
        clone in class XsdAbstractElement
        Parameters:
        placeHolderAttributes - The additional attributes to add to the clone.
        Returns:
        A copy of the object from which is called upon.
      • getItemType

        public java.lang.String getItemType()
      • setSimpleType

        public void setSimpleType​(XsdSimpleType simpleType)