|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.preferences.Preferences.Catalogs
public static class Preferences.Catalogs
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="catalog">
<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>
<attribute name="preferPublicIdentifiers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Preferences.Catalogs.Catalog
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<Preferences.Catalogs.Catalog> |
catalog
|
protected java.lang.Boolean |
preferPublicIdentifiers
|
| Constructor Summary | |
|---|---|
Preferences.Catalogs()
|
|
| Method Summary | |
|---|---|
java.util.List<Preferences.Catalogs.Catalog> |
getCatalog()
Gets the value of the catalog property. |
boolean |
isPreferPublicIdentifiers()
Gets the value of the preferPublicIdentifiers property. |
void |
setPreferPublicIdentifiers(java.lang.Boolean value)
Sets the value of the preferPublicIdentifiers property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Preferences.Catalogs.Catalog> catalog
protected java.lang.Boolean preferPublicIdentifiers
| Constructor Detail |
|---|
public Preferences.Catalogs()
| Method Detail |
|---|
public java.util.List<Preferences.Catalogs.Catalog> getCatalog()
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 catalog property.
For example, to add a new item, do as follows:
getCatalog().add(newItem);
Objects of the following type(s) are allowed in the list
Preferences.Catalogs.Catalog
public boolean isPreferPublicIdentifiers()
Booleanpublic void setPreferPublicIdentifiers(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||