Interface SurfacePatchArrayPropertyType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SurfacePatchArrayPropertyType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfSurfacePatchArray

        int sizeOfSurfacePatchArray()
        Returns number of "_SurfacePatch" element
      • setSurfacePatchArray

        void setSurfacePatchArray​(AbstractSurfacePatchType[] surfacePatchArray)
        Sets array of all "_SurfacePatch" element
      • setSurfacePatchArray

        void setSurfacePatchArray​(int i,
                                  AbstractSurfacePatchType surfacePatch)
        Sets ith "_SurfacePatch" element
      • insertNewSurfacePatch

        AbstractSurfacePatchType insertNewSurfacePatch​(int i)
        Inserts and returns a new empty value (as xml) as the ith "_SurfacePatch" element
      • addNewSurfacePatch

        AbstractSurfacePatchType addNewSurfacePatch()
        Appends and returns a new empty value (as xml) as the last "_SurfacePatch" element
      • removeSurfacePatch

        void removeSurfacePatch​(int i)
        Removes the ith "_SurfacePatch" element