org.oclc.purl.dsdl.svrl
Class NsPrefixInAttributeValuesType

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

public class NsPrefixInAttributeValuesType
extends Object

# only namespaces from sch:ns need to be reported ns-prefix-in-attribute-values = element ns-prefix-in-attribute-values { attribute prefix { xsd:NMTOKEN }, attribute uri { text }, empty }

Java class for NsPrefixInAttributeValuesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NsPrefixInAttributeValuesType">
   <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}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String prefix
           
protected  String uri
           
 
Constructor Summary
NsPrefixInAttributeValuesType()
           
 
Method Summary
 String getPrefix()
          Gets the value of the prefix property.
 String getUri()
          Gets the value of the uri property.
 void setPrefix(String value)
          Sets the value of the prefix property.
 void setUri(String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

uri

protected String uri
Constructor Detail

NsPrefixInAttributeValuesType

public NsPrefixInAttributeValuesType()
Method Detail

getPrefix

public String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2011 PEPPOL project. All Rights Reserved.