public class ExtraSchemas extends Object implements Serializable
Java class for ExtraSchemas complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtraSchemas"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static ExtraSchemas |
EMPTY_INSTANCE |
protected List<Element> |
schemas |
Constructor and Description |
---|
ExtraSchemas() |
Modifier and Type | Method and Description |
---|---|
ExtraSchemas |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
ExtraSchemas |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected ExtraSchemas |
copy(ExtraSchemas nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
List<Element> |
getSchemas()
Extra XML Schema documents which are included or imported.
|
int |
hashCode() |
String |
toString() |
ExtraSchemas |
withSchemas(Collection<? extends Element> newValues)
Adds the given newValues to the current schemas property List and returns this instance.
|
ExtraSchemas |
withSchemas(Element... newValues)
Adds the given newValues to the current schemas property List and returns this instance.
|
public static final ExtraSchemas EMPTY_INSTANCE
public List<Element> getSchemas()
Gets the value of the schemas 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 schemas property.
For example, to add a new item, do as follows:
getSchemas().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public ExtraSchemas copy()
public ExtraSchemas copy(boolean isDeep)
protected ExtraSchemas copy(ExtraSchemas nobj, boolean isDeep)
public ExtraSchemas withSchemas(Element... newValues)
public ExtraSchemas withSchemas(Collection<? extends Element> newValues)