Class Library


  • public class Library
    extends java.lang.Object
    Single js library definition

    Java class for Library complex type.

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

     <complexType name="Library">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="protocol" type="{}DependencyProtocol" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="text/javascript" />
           <attribute name="point" type="{}DependencyInjectionPoint" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Library()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the value of the name property.
      DependencyInjectionPoint getPoint()
      Gets the value of the point property.
      DependencyProtocol getProtocol()
      Gets the value of the protocol property.
      java.lang.String getType()
      Gets the value of the type property.
      java.lang.String getUrl()
      Gets the value of the url property.
      java.lang.String getVersion()
      Gets the value of the version property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setPoint​(DependencyInjectionPoint value)
      Sets the value of the point property.
      void setProtocol​(DependencyProtocol value)
      Sets the value of the protocol property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setUrl​(java.lang.String value)
      Sets the value of the url property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • version

        protected java.lang.String version
      • url

        protected java.lang.String url
      • type

        protected java.lang.String type
    • Constructor Detail

      • Library

        public Library()
    • Method Detail

      • getName

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

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

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getUrl

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

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

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String