Class ExtraSchemas

  • All Implemented Interfaces:
    Serializable

    public class ExtraSchemas
    extends Object
    implements Serializable
    Optional additional XML Schema documents which are included or imported by the primary XML Schema document.

    Java class for ExtraSchemas complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExtraSchemas">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <any processContents='lax' maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ExtraSchemas

        public ExtraSchemas()
    • Method Detail

      • getSchemas

        public List<Element> getSchemas()
        Extra XML Schema documents which are included or imported.

        Gets the value of the schemas property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the schemas property.

        For example, to add a new item, do as follows:

            getSchemas().add(newItem);
         

        Objects of the following type(s) are allowed in the list Element

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copy

        public ExtraSchemas copy()
        Deep copies the fields of the this model into a new instance of this class and returns it.
      • copy

        public ExtraSchemas copy​(boolean isDeep)
        Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
      • copy

        protected ExtraSchemas copy​(ExtraSchemas nobj,
                                    boolean isDeep)
        Copies the fields of the this model (optionally deeply) into the given instance and returns it.
      • withSchemas

        public ExtraSchemas withSchemas​(Element... newValues)
        Adds the given newValues to the current schemas property List and returns this instance.
      • withSchemas

        public ExtraSchemas withSchemas​(Collection<? extends Element> newValues)
        Adds the given newValues to the current schemas property List and returns this instance.