|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oclc.purl.dsdl.svrl.SchematronOutputType
public class SchematronOutputType
schematron-output = element schematron-output { attribute title { text }?, attribute phase { xsd:NMTOKEN }?, attribute schemaVersion { text }?, human-text*, ns-prefix-in-attribute-values*, (active-pattern, (fired-rule, (failed-assert | successful-report)*)+)+ }
Java class for SchematronOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchematronOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://purl.oclc.org/dsdl/svrl}HumanTextGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="ns-prefix-in-attribute-values" type="{http://purl.oclc.org/dsdl/svrl}NsPrefixInAttributeValuesType" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="unbounded"> <element name="active-pattern" type="{http://purl.oclc.org/dsdl/svrl}ActivePatternType"/> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="fired-rule" type="{http://purl.oclc.org/dsdl/svrl}FiredRuleType"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="failed-assert" type="{http://purl.oclc.org/dsdl/svrl}FailedAssertType"/> <element name="successful-report" type="{http://purl.oclc.org/dsdl/svrl}SuccessfulReportType"/> </choice> </sequence> </sequence> </sequence> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
activePatternAndFiredRuleAndFailedAssert
|
protected List<String> |
humanTextGroup
|
protected List<NsPrefixInAttributeValuesType> |
nsPrefixInAttributeValues
|
protected String |
phase
|
protected String |
schemaVersion
|
protected String |
title
|
Constructor Summary | |
---|---|
SchematronOutputType()
|
Method Summary | |
---|---|
List<Object> |
getActivePatternAndFiredRuleAndFailedAssert()
Gets the value of the activePatternAndFiredRuleAndFailedAssert property. |
List<String> |
getHumanTextGroup()
Gets the value of the humanTextGroup property. |
List<NsPrefixInAttributeValuesType> |
getNsPrefixInAttributeValues()
Gets the value of the nsPrefixInAttributeValues property. |
String |
getPhase()
Gets the value of the phase property. |
String |
getSchemaVersion()
Gets the value of the schemaVersion property. |
String |
getTitle()
Gets the value of the title property. |
void |
setPhase(String value)
Sets the value of the phase property. |
void |
setSchemaVersion(String value)
Sets the value of the schemaVersion property. |
void |
setTitle(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> humanTextGroup
protected List<NsPrefixInAttributeValuesType> nsPrefixInAttributeValues
protected List<Object> activePatternAndFiredRuleAndFailedAssert
protected String title
protected String phase
protected String schemaVersion
Constructor Detail |
---|
public SchematronOutputType()
Method Detail |
---|
public List<String> getHumanTextGroup()
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 humanTextGroup property.
For example, to add a new item, do as follows:
getHumanTextGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<NsPrefixInAttributeValuesType> getNsPrefixInAttributeValues()
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 nsPrefixInAttributeValues property.
For example, to add a new item, do as follows:
getNsPrefixInAttributeValues().add(newItem);
Objects of the following type(s) are allowed in the list
NsPrefixInAttributeValuesType
public List<Object> getActivePatternAndFiredRuleAndFailedAssert()
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 activePatternAndFiredRuleAndFailedAssert property.
For example, to add a new item, do as follows:
getActivePatternAndFiredRuleAndFailedAssert().add(newItem);
Objects of the following type(s) are allowed in the list
ActivePatternType
FiredRuleType
FailedAssertType
SuccessfulReportType
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getPhase()
String
public void setPhase(String value)
value
- allowed object is
String
public String getSchemaVersion()
String
public void setSchemaVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |