org.archiviststoolkit.structure.lookupListSchema
Class Usage

java.lang.Object
  extended by org.archiviststoolkit.structure.lookupListSchema.Usage

public class Usage
extends java.lang.Object

Java 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="className" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="field" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String className
           
protected  java.lang.String field
           
 
Constructor Summary
Usage()
           
 
Method Summary
 java.lang.String getClassName()
          Gets the value of the className property.
 java.lang.String getField()
          Gets the value of the field property.
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void setField(java.lang.String value)
          Sets the value of the field property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected java.lang.String className

field

protected java.lang.String field
Constructor Detail

Usage

public Usage()
Method Detail

getClassName

public java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getField

public java.lang.String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(java.lang.String value)
Sets the value of the field property.

Parameters:
value - allowed object is String