org.oclc.purl.dsdl.svrl
Class ActivePatternType

java.lang.Object
  extended by org.oclc.purl.dsdl.svrl.ActivePatternType

public class ActivePatternType
extends Object

# 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

id

protected String id

name

protected String name

role

protected String role

document

protected String document
Constructor Detail

ActivePatternType

public ActivePatternType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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 is String

getDocument

public String getDocument()
Gets the value of the document property.

Returns:
possible object is String

setDocument

public void setDocument(String value)
Sets the value of the document property.

Parameters:
value - allowed object is String


Copyright © 2011 PEPPOL project. All Rights Reserved.