public class Library extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected DependencyInjectionPoint |
point |
protected DependencyProtocol |
protocol |
protected String |
type |
protected String |
url |
protected String |
version |
| Constructor and Description |
|---|
Library() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setName(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(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String version
protected String url
protected DependencyProtocol protocol
protected String type
protected DependencyInjectionPoint point
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic DependencyProtocol getProtocol()
DependencyProtocolpublic void setProtocol(DependencyProtocol value)
value - allowed object is
DependencyProtocolpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic DependencyInjectionPoint getPoint()
DependencyInjectionPointpublic void setPoint(DependencyInjectionPoint value)
value - allowed object is
DependencyInjectionPointCopyright © 2018. All rights reserved.