Class MCRSolrInputField

java.lang.Object
org.mycore.solr.index.document.jaxb.MCRSolrInputField

public class MCRSolrInputField extends Object

Java class for MCRSolrInputField complex type.

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

 <complexType name="MCRSolrInputField">
   <simpleContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}string">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
       <attribute name="boost" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="update">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="add"/>
             <enumeration value="set"/>
             <enumeration value="inc"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MCRSolrInputField

      public MCRSolrInputField()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getUpdate

      public String getUpdate()
      Gets the value of the update property.
      Returns:
      possible object is String
    • setUpdate

      public void setUpdate(String value)
      Sets the value of the update property.
      Parameters:
      value - allowed object is String
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object