Package org.oclc.purl.dsdl.svrl
Class ActivePattern
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.ActivePattern
-
- All Implemented Interfaces:
java.io.Serializable
public class ActivePattern extends java.lang.Object implements java.io.SerializableJava 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"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="document" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivePattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDocument()Gets the value of the document property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRole()Gets the value of the role property.inthashCode()voidsetDocument(java.lang.String value)Sets the value of the document property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRole(java.lang.String value)Sets the value of the role property.java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getDocument
public java.lang.String getDocument()
Gets the value of the document property.- Returns:
- possible object is
String
-
setDocument
public void setDocument(java.lang.String value)
Sets the value of the document property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-