Class GbeanLocatorType


  • public class GbeanLocatorType
    extends Object

    Java class for gbean-locatorType complex type.

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

     <complexType name="gbean-locatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
               <element name="gbean-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GbeanLocatorType

        public GbeanLocatorType()
    • Method Detail

      • getPattern

        public PatternType getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is PatternType
      • setPattern

        public void setPattern​(PatternType value)
        Sets the value of the pattern property.
        Parameters:
        value - allowed object is PatternType
      • getGbeanLink

        public String getGbeanLink()
        Gets the value of the gbeanLink property.
        Returns:
        possible object is String
      • setGbeanLink

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