public class RepositoryMapping
extends java.lang.Object
Java class for RepositoryMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryMapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="excludes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="includes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="local" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="repository" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
excludes |
protected java.util.List<java.lang.String> |
includes |
protected java.lang.String |
local |
protected java.lang.String |
repository |
Constructor and Description |
---|
RepositoryMapping() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getExcludes()
Gets the value of the excludes property.
|
java.util.List<java.lang.String> |
getIncludes()
Gets the value of the includes property.
|
java.lang.String |
getLocal()
Gets the value of the local property.
|
java.lang.String |
getRepository()
Gets the value of the repository property.
|
void |
setLocal(java.lang.String value)
Sets the value of the local property.
|
void |
setRepository(java.lang.String value)
Sets the value of the repository property.
|
protected java.util.List<java.lang.String> excludes
protected java.util.List<java.lang.String> includes
protected java.lang.String local
protected java.lang.String repository
public java.util.List<java.lang.String> getExcludes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the excludes property.
For example, to add a new item, do as follows:
getExcludes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getIncludes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the includes property.
For example, to add a new item, do as follows:
getIncludes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getLocal()
String
public void setLocal(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRepository()
String
public void setRepository(java.lang.String value)
value
- allowed object is
String