|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oclc.purl.dsdl.svrl.ActivePatternType
public class ActivePatternType
# only active patterns are reported active-pattern = element active-pattern { attribute id { xsd:ID }?, attribute name { text }?, attribute role { xsd:NMTOKEN }?, # [ph] 2010/01/26 # added the attribute document to comply to the # created SVRL documents from the ISO Schematron XSLT attribute document { text }?, empty }
Java class for ActivePatternType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivePatternType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="document" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
document
|
protected String |
id
|
protected String |
name
|
protected String |
role
|
Constructor Summary | |
---|---|
ActivePatternType()
|
Method Summary | |
---|---|
String |
getDocument()
Gets the value of the document property. |
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
String |
getRole()
Gets the value of the role property. |
void |
setDocument(String value)
Sets the value of the document property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRole(String value)
Sets the value of the role property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected String name
protected String role
protected String document
Constructor Detail |
---|
public ActivePatternType()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
public String getDocument()
String
public void setDocument(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |