Class PublicStep


  • public class PublicStep
    extends EntityBaseBean

    Java class for publicStep complex type.

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

     <complexType name="publicStep">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • field

        protected String field
      • origin

        protected String origin
    • Constructor Detail

      • PublicStep

        public PublicStep()
    • Method Detail

      • getField

        public String getField()
        Gets the value of the field property.
        Returns:
        possible object is String
      • setField

        public void setField​(String value)
        Sets the value of the field property.
        Parameters:
        value - allowed object is String
      • getOrigin

        public String getOrigin()
        Gets the value of the origin property.
        Returns:
        possible object is String
      • setOrigin

        public void setOrigin​(String value)
        Sets the value of the origin property.
        Parameters:
        value - allowed object is String