Package org.oclc.purl.dsdl.svrl
Class NsPrefixInAttributeValues
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.NsPrefixInAttributeValues
-
- All Implemented Interfaces:
java.io.Serializable
public class NsPrefixInAttributeValues 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="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NsPrefixInAttributeValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetPrefix()Gets the value of the prefix property.java.lang.StringgetUri()Gets the value of the uri property.inthashCode()voidsetPrefix(java.lang.String value)Sets the value of the prefix property.voidsetUri(java.lang.String value)Sets the value of the uri property.java.lang.StringtoString()
-
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
Gets the value of the prefix property.- Returns:
- possible object is
String
-
setPrefix
public void setPrefix(java.lang.String value)
Sets the value of the prefix property.- Parameters:
value- allowed object isString
-
getUri
public java.lang.String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(java.lang.String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-