Class RepositoryMapping
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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the excludes property.Gets the value of the includes property.getLocal()Gets the value of the local property.Gets the value of the repository property.voidSets the value of the local property.voidsetRepository(String value) Sets the value of the repository property.
-
Constructor Details
-
RepositoryMapping
public RepositoryMapping()
-
-
Method Details
-
getExcludes
Gets the value of the excludes property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the excludes property.
-
getIncludes
Gets the value of the includes property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the includes property.
-
getLocal
Gets the value of the local property.- Returns:
- possible object is
String
-
setLocal
Sets the value of the local property.- Parameters:
value- allowed object isString
-
getRepository
Gets the value of the repository property.- Returns:
- possible object is
String
-
setRepository
Sets the value of the repository property.- Parameters:
value- allowed object isString
-