Class Fix


  • public class Fix
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.schematron-quickfix.com/validator/process}param" maxOccurs="unbounded" minOccurs="0"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <group ref="{http://www.schematron-quickfix.com/validator/process}foreign"/>
               <element ref="{http://purl.oclc.org/dsdl/schematron}let"/>
             </choice>
             <element ref="{http://www.schematron-quickfix.com/validator/process}description" maxOccurs="unbounded"/>
             <group ref="{http://www.schematron-quickfix.com/validator/process}foreign"/>
             <choice>
               <sequence>
                 <element ref="{http://www.schematron-quickfix.com/validator/process}call-fix"/>
               </sequence>
               <sequence>
                 <choice maxOccurs="unbounded" minOccurs="0">
                   <element ref="{http://purl.oclc.org/dsdl/schematron}let"/>
                   <element ref="{http://www.schematron-quickfix.com/validator/process}user-entry"/>
                 </choice>
                 <group ref="{http://www.schematron-quickfix.com/validator/process}activityElements"/>
               </sequence>
             </choice>
           </sequence>
           <attGroup ref="{http://purl.oclc.org/dsdl/schematron}foreign"/>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="use-when" type="{http://www.w3.org/2001/XMLSchema}string" default="true()" />
           <attribute name="role">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="replace"/>
                 <enumeration value="add"/>
                 <enumeration value="stringReplace"/>
                 <enumeration value="delete"/>
                 <enumeration value="mix"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Fix

        public Fix()
    • Method Detail

      • getParam

        public List<Param> getParam()
        Gets the value of the param 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 param property.

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

            getParam().add(newItem);
         

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

      • getAnyOrAnyOrLet

        public List<Object> getAnyOrAnyOrLet()
        Gets the value of the anyOrAnyOrLet 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 anyOrAnyOrLet property.

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

            getAnyOrAnyOrLet().add(newItem);
         

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

      • getDescription

        public List<Description> getDescription()
        Gets the value of the description 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 description property.

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

            getDescription().add(newItem);
         

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

      • getForeignElement

        public List<Element> getForeignElement()
        Gets the value of the foreignElement 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 foreignElement property.

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

            getForeignElement().add(newItem);
         

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

      • getCallFix

        public CallFix getCallFix()
        Gets the value of the callFix property.
        Returns:
        possible object is CallFix
      • setCallFix

        public void setCallFix​(CallFix value)
        Sets the value of the callFix property.
        Parameters:
        value - allowed object is CallFix
      • getLetOrUserEntry

        public List<Object> getLetOrUserEntry()
        Gets the value of the letOrUserEntry 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 letOrUserEntry property.

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

            getLetOrUserEntry().add(newItem);
         

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

      • getAddOrDeleteOrReplace

        public List<Object> getAddOrDeleteOrReplace()
        Gets the value of the addOrDeleteOrReplace 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 addOrDeleteOrReplace property.

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

            getAddOrDeleteOrReplace().add(newItem);
         

        Objects of the following type(s) are allowed in the list Add Delete Replace StringReplace

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getUseWhen

        public String getUseWhen()
        Gets the value of the useWhen property.
        Returns:
        possible object is String
      • setUseWhen

        public void setUseWhen​(String value)
        Sets the value of the useWhen property.
        Parameters:
        value - allowed object is String
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String
      • getLang

        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null