Class Origin


  • public class Origin
    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 name="callStack" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="beanType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="detail" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="original" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

    • Method Detail

      • getCallStack

        public String getCallStack()
        Gets the value of the callStack property.
        Returns:
        possible object is String
      • setCallStack

        public void setCallStack​(String value)
        Sets the value of the callStack property.
        Parameters:
        value - allowed object is String
      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • getBeanType

        public String getBeanType()
        Gets the value of the beanType property.
        Returns:
        possible object is String
      • setBeanType

        public void setBeanType​(String value)
        Sets the value of the beanType property.
        Parameters:
        value - allowed object is String
      • getDetail

        public String getDetail()
        Gets the value of the detail property.
        Returns:
        possible object is String
      • setDetail

        public void setDetail​(String value)
        Sets the value of the detail property.
        Parameters:
        value - allowed object is String
      • getOriginal

        public String getOriginal()
        Gets the value of the original property.
        Returns:
        possible object is String
      • setOriginal

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