KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > Slot

javax.xml.registry.infomodel
Interface Slot

See Also:
Source Code, ExtensibleObject

public static final String ADDRESS_LINES_SLOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String AUTHORIZED_NAME_SLOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getSlotType()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getValues()
                     throws JAXRException
See Also:
String
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OPERATOR_SLOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setName(String name)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSlotType(String slotType)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValues(Collection values)
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SORT_CODE_SLOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags