Class Fix
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.quickfix.Fix
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>addOrDeleteOrReplaceprotected List<Object>anyOrAnyOrLetprotected CallFixcallFixprotected List<Description>descriptionprotected List<Element>foreignElementprotected Stringidprotected Stringlangprotected List<Object>letOrUserEntryprotected List<Param>paramprotected Stringroleprotected StringuseWhen
-
Constructor Summary
Constructors Constructor Description Fix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAddOrDeleteOrReplace()Gets the value of the addOrDeleteOrReplace property.List<Object>getAnyOrAnyOrLet()Gets the value of the anyOrAnyOrLet property.CallFixgetCallFix()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.StringgetId()Gets the value of the id property.StringgetLang()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.StringgetRole()Gets the value of the role property.StringgetUseWhen()Gets the value of the useWhen property.voidsetCallFix(CallFix value)Sets the value of the callFix property.voidsetId(String value)Sets the value of the id property.voidsetLang(String value)Sets the value of the lang property.voidsetRole(String value)Sets the value of the role property.voidsetUseWhen(String value)Sets the value of the useWhen property.
-
-
-
Method Detail
-
getParam
public List<Param> getParam()
Gets the value of the param 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
setmethod 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
-
getAnyOrAnyOrLet
public List<Object> getAnyOrAnyOrLet()
Gets the value of the anyOrAnyOrLet 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
setmethod 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
LetElement
-
getDescription
public List<Description> getDescription()
Gets the value of the description 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
setmethod 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
-
getForeignElement
public List<Element> getForeignElement()
Gets the value of the foreignElement 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
setmethod 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
-
getCallFix
public CallFix getCallFix()
Gets the value of the callFix property.- Returns:
- possible object is
CallFix
-
setCallFix
public void setCallFix(CallFix value)
Sets the value of the callFix property.- Parameters:
value- allowed object isCallFix
-
getLetOrUserEntry
public List<Object> getLetOrUserEntry()
Gets the value of the letOrUserEntry 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
setmethod 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
LetUserEntry
-
getAddOrDeleteOrReplace
public List<Object> getAddOrDeleteOrReplace()
Gets the value of the addOrDeleteOrReplace 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
setmethod 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
AddDeleteReplaceStringReplace
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getUseWhen
public String getUseWhen()
Gets the value of the useWhen property.- Returns:
- possible object is
String
-
setUseWhen
public void setUseWhen(String value)
Sets the value of the useWhen property.- Parameters:
value- allowed object isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
-