org.xmlhammer.model.preferences
Class Preferences.Classpath
java.lang.Object
org.xmlhammer.model.preferences.Preferences.Classpath
- Enclosing class:
- Preferences
public static class Preferences.Classpath
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="jar">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/jaxp}activatable">
<attribute name="src" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jar
protected java.util.List<Preferences.Classpath.Jar> jar
Preferences.Classpath
public Preferences.Classpath()
getJar
public java.util.List<Preferences.Classpath.Jar> getJar()
- Gets the value of the jar 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 JAXB object.
This is why there is not a set method for the jar property.
For example, to add a new item, do as follows:
getJar().add(newItem);
Objects of the following type(s) are allowed in the list
Preferences.Classpath.Jar
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.