|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.bootstrap.BootstrapObject
org.jomc.model.bootstrap.Schemas
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-11-18T06:28:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class SchemasList of schemas.
Schema| Field Summary | |
|---|---|
protected List<Schema> |
schema
|
| Constructor Summary | |
|---|---|
Schemas()
Creates a new Schemas instance. |
|
Schemas(Schemas o)
Creates a new Schemas instance by deeply copying a given Schemas instance. |
|
| Method Summary | |
|---|---|
Schemas |
clone()
Creates and returns a deep copy of this object. |
List<Schema> |
getSchema()
Gets the value of the schema property. |
Schema |
getSchemaByPublicId(String publicId)
Gets a schema for a given public id from this list of schemas. |
Schema |
getSchemaBySystemId(String systemId)
Gets a schema for a given system id from this list of schemas. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-11-18T06:28:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<Schema> schema
| Constructor Detail |
|---|
public Schemas()
Schemas instance.
public Schemas(Schemas o)
Schemas instance by deeply copying a given Schemas instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-11-18T06:28:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<Schema> getSchema()
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 schema property.
For example, to add a new item, do as follows:
getSchema().add(newItem);
Objects of the following type(s) are allowed in the list
Schema
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-11-18T06:28:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Schemas clone()
clone in class BootstrapObjectpublic Schema getSchemaByPublicId(String publicId)
publicId - The public id of the schema to return.
publicId from the list or null
if no schema matching publicId is found.
NullPointerException - if publicId is null.getSchema()public Schema getSchemaBySystemId(String systemId)
systemId - The system id of the schema to return.
systemId from the list or null
if no schema matching systemId is found.
NullPointerException - if systemId is null.getSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||