Class Library
- java.lang.Object
-
- com.hybris.cockpitng.util.impl.jaxb.Library
-
public class Library extends java.lang.ObjectSingle js library definitionJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected DependencyInjectionPointpointprotected DependencyProtocolprotocolprotected java.lang.Stringtypeprotected java.lang.Stringurlprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description Library()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.DependencyInjectionPointgetPoint()Gets the value of the point property.DependencyProtocolgetProtocol()Gets the value of the protocol property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetUrl()Gets the value of the url property.java.lang.StringgetVersion()Gets the value of the version property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPoint(DependencyInjectionPoint value)Sets the value of the point property.voidsetProtocol(DependencyProtocol value)Sets the value of the protocol property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetUrl(java.lang.String value)Sets the value of the url property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
version
protected java.lang.String version
-
url
protected java.lang.String url
-
protocol
protected DependencyProtocol protocol
-
type
protected java.lang.String type
-
point
protected DependencyInjectionPoint point
-
-
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 isString
-
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 isString
-
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 isString
-
getProtocol
public DependencyProtocol getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
DependencyProtocol
-
setProtocol
public void setProtocol(DependencyProtocol value)
Sets the value of the protocol property.- Parameters:
value- allowed object isDependencyProtocol
-
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 isString
-
getPoint
public DependencyInjectionPoint getPoint()
Gets the value of the point property.- Returns:
- possible object is
DependencyInjectionPoint
-
setPoint
public void setPoint(DependencyInjectionPoint value)
Sets the value of the point property.- Parameters:
value- allowed object isDependencyInjectionPoint
-
-