org.kuali.student.core.ws.binding
Class JaxbAttribute

java.lang.Object
  extended by org.kuali.student.core.ws.binding.JaxbAttribute
All Implemented Interfaces:
Serializable

public class JaxbAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  String key
           
private static long serialVersionUID
           
(package private)  String value
           
 
Constructor Summary
JaxbAttribute()
           
JaxbAttribute(String key, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

key

String key

value

String value
Constructor Detail

JaxbAttribute

public JaxbAttribute()

JaxbAttribute

public JaxbAttribute(String key,
                     String value)
Parameters:
name -
value -


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.