ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 :2012-05-09T23:45:03.702-07: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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.