public class ExtraSchema extends Object implements Serializable
Java class for ExtraSchema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtraSchema"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> <attribute name="systemId" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static ExtraSchema |
EMPTY_INSTANCE |
protected Element |
schema |
protected String |
systemId |
Constructor and Description |
---|
ExtraSchema() |
Modifier and Type | Method and Description |
---|---|
ExtraSchema |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
ExtraSchema |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected ExtraSchema |
copy(ExtraSchema nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
Element |
getSchema()
Extra XML Schema document which is included or imported.
|
String |
getSystemId()
Optional systemId of this schema which should correspond to any include reference to this
schema from one of the other schemas.
|
int |
hashCode() |
void |
setSchema(Element value)
Sets the value of the schema property.
|
void |
setSystemId(String value)
Sets the value of the systemId property.
|
String |
toString() |
ExtraSchema |
withSchema(Element newValue)
Sets the schema property to the given newValue and returns this instance.
|
ExtraSchema |
withSystemId(String newValue)
Sets the systemId property to the given newValue and returns this instance.
|
protected Element schema
protected String systemId
public static final ExtraSchema EMPTY_INSTANCE
public Element getSchema()
Element
public void setSchema(Element value)
value
- allowed object is
Element
public String getSystemId()
String
public void setSystemId(String value)
value
- allowed object is
String
public ExtraSchema copy()
public ExtraSchema copy(boolean isDeep)
protected ExtraSchema copy(ExtraSchema nobj, boolean isDeep)
public ExtraSchema withSchema(Element newValue)
public ExtraSchema withSystemId(String newValue)