org.jboss.shrinkwrap.descriptor.api.orm10
Interface IdClass<T>

All Superinterfaces:
Child<T>

public interface IdClass<T>
extends Child<T>

This interface defines the contract for the id-class xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 IdClass<T> clazz(String clazz)
          Sets the class attribute
 String getClazz()
          Returns the class attribute
 IdClass<T> removeClazz()
          Removes the class attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

clazz

IdClass<T> clazz(String clazz)
Sets the class attribute

Parameters:
clazz - the value for the attribute class
Returns:
the current instance of IdClass

getClazz

String getClazz()
Returns the class attribute

Returns:
the value defined for the attribute class

removeClazz

IdClass<T> removeClazz()
Removes the class attribute

Returns:
the current instance of IdClass


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.