public class Fix extends 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>
<element ref="{http://www.schematron-quickfix.com/validator/process}param" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.schematron-quickfix.com/validator/process}foreign"/>
<element ref="{http://purl.oclc.org/dsdl/schematron}let"/>
</choice>
<element ref="{http://www.schematron-quickfix.com/validator/process}description" maxOccurs="unbounded"/>
<group ref="{http://www.schematron-quickfix.com/validator/process}foreign"/>
<choice>
<sequence>
<element ref="{http://www.schematron-quickfix.com/validator/process}call-fix"/>
</sequence>
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://purl.oclc.org/dsdl/schematron}let"/>
<element ref="{http://www.schematron-quickfix.com/validator/process}user-entry"/>
</choice>
<group ref="{http://www.schematron-quickfix.com/validator/process}activityElements"/>
</sequence>
</choice>
</sequence>
<attGroup ref="{http://purl.oclc.org/dsdl/schematron}foreign"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="use-when" type="{http://www.w3.org/2001/XMLSchema}string" default="true()" />
<attribute name="role">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="replace"/>
<enumeration value="add"/>
<enumeration value="stringReplace"/>
<enumeration value="delete"/>
<enumeration value="mix"/>
</restriction>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
addOrDeleteOrReplace |
protected List<Object> |
anyOrAnyOrLet |
protected CallFix |
callFix |
protected List<Description> |
description |
protected List<Element> |
foreignElement |
protected String |
id |
protected String |
lang |
protected List<Object> |
letOrUserEntry |
protected List<Param> |
param |
protected String |
role |
protected String |
useWhen |
| Constructor and Description |
|---|
Fix() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAddOrDeleteOrReplace()
Gets the value of the addOrDeleteOrReplace property.
|
List<Object> |
getAnyOrAnyOrLet()
Gets the value of the anyOrAnyOrLet property.
|
CallFix |
getCallFix()
Gets the value of the callFix property.
|
List<Description> |
getDescription()
Gets the value of the description property.
|
List<Element> |
getForeignElement()
Gets the value of the foreignElement property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLang()
Gets the value of the lang property.
|
List<Object> |
getLetOrUserEntry()
Gets the value of the letOrUserEntry property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
List<Param> |
getParam()
Gets the value of the param property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getUseWhen()
Gets the value of the useWhen property.
|
void |
setCallFix(CallFix value)
Sets the value of the callFix property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setUseWhen(String value)
Sets the value of the useWhen property.
|
protected List<Description> description
protected CallFix callFix
protected String id
protected String useWhen
protected String role
protected String lang
public List<Param> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
Param
public List<Object> getAnyOrAnyOrLet()
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 anyOrAnyOrLet property.
For example, to add a new item, do as follows:
getAnyOrAnyOrLet().add(newItem);
Objects of the following type(s) are allowed in the list
Let
Element
public List<Description> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
Description
public List<Element> getForeignElement()
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 foreignElement property.
For example, to add a new item, do as follows:
getForeignElement().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public CallFix getCallFix()
CallFixpublic void setCallFix(CallFix value)
value - allowed object is
CallFixpublic List<Object> getLetOrUserEntry()
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 letOrUserEntry property.
For example, to add a new item, do as follows:
getLetOrUserEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Let
UserEntry
public List<Object> getAddOrDeleteOrReplace()
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 addOrDeleteOrReplace property.
For example, to add a new item, do as follows:
getAddOrDeleteOrReplace().add(newItem);
Objects of the following type(s) are allowed in the list
Add
Delete
Replace
StringReplace
public void setId(String value)
value - allowed object is
Stringpublic String getUseWhen()
Stringpublic void setUseWhen(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2023 NorStella. All rights reserved.