Class ResourceLocatorType


  • public class ResourceLocatorType
    extends Object

    Java class for resource-locatorType complex type.

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

     <complexType name="resource-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="resource-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceLocatorType

        public ResourceLocatorType()
    • 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
      • getResourceLink

        public String getResourceLink()
        Gets the value of the resourceLink property.
        Returns:
        possible object is String
      • setResourceLink

        public void setResourceLink​(String value)
        Sets the value of the resourceLink property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

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