ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector16
Interface ConfigPropertyType<T>

All Superinterfaces:
Child<T>

public interface ConfigPropertyType<T>
extends Child<T>

This interface defines the contract for the config-propertyType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 ConfigPropertyType<T> configPropertyConfidential(Boolean configPropertyConfidential)
          Sets the config-property-confidential element
 ConfigPropertyType<T> configPropertyIgnore(Boolean configPropertyIgnore)
          Sets the config-property-ignore element
 ConfigPropertyType<T> configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigPropertyType<T> configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
          Sets the config-property-supports-dynamic-updates element
 ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> configPropertyType(String configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
          Sets the config-property-value element
 ConfigPropertyType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getConfigPropertyName()
          Returns the config-property-name element
 ConfigPropertyTypeType getConfigPropertyType()
          Returns the config-property-type element
 String getConfigPropertyTypeAsString()
          Returns the config-property-type element
 String getConfigPropertyValue()
          Returns the config-property-value element
 Boolean isConfigPropertyConfidential()
          Returns the config-property-confidential element
 Boolean isConfigPropertyIgnore()
          Returns the config-property-ignore element
 Boolean isConfigPropertySupportsDynamicUpdates()
          Returns the config-property-supports-dynamic-updates element
 ConfigPropertyType<T> removeAllDescription()
          Removes the description element
 ConfigPropertyType<T> removeConfigPropertyConfidential()
          Removes the config-property-confidential element
 ConfigPropertyType<T> removeConfigPropertyIgnore()
          Removes the config-property-ignore element
 ConfigPropertyType<T> removeConfigPropertyName()
          Removes the config-property-name element
 ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
          Removes the config-property-supports-dynamic-updates element
 ConfigPropertyType<T> removeConfigPropertyType()
          Removes the config-property-type attribute
 ConfigPropertyType<T> removeConfigPropertyValue()
          Removes the config-property-value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ConfigPropertyType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of ConfigPropertyType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ConfigPropertyType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ConfigPropertyType

configPropertyName

ConfigPropertyType<T> configPropertyName(String configPropertyName)
Sets the config-property-name element

Parameters:
configPropertyName - the value for the element config-property-name
Returns:
the current instance of ConfigPropertyType

getConfigPropertyName

String getConfigPropertyName()
Returns the config-property-name element

Returns:
the node defined for the element config-property-name

removeConfigPropertyName

ConfigPropertyType<T> removeConfigPropertyName()
Removes the config-property-name element

Returns:
the current instance of ConfigPropertyType

configPropertyType

ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets the config-property-type element

Parameters:
configPropertyType - the value for the element config-property-type
Returns:
the current instance of ConfigPropertyType

configPropertyType

ConfigPropertyType<T> configPropertyType(String configPropertyType)
Sets the config-property-type element

Parameters:
configPropertyType - the value for the element config-property-type
Returns:
the current instance of ConfigPropertyType

getConfigPropertyType

ConfigPropertyTypeType getConfigPropertyType()
Returns the config-property-type element

Returns:
the value found for the element config-property-type

getConfigPropertyTypeAsString

String getConfigPropertyTypeAsString()
Returns the config-property-type element

Returns:
the value found for the element config-property-type

removeConfigPropertyType

ConfigPropertyType<T> removeConfigPropertyType()
Removes the config-property-type attribute

Returns:
the current instance of ConfigPropertyType

configPropertyValue

ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
Sets the config-property-value element

Parameters:
configPropertyValue - the value for the element config-property-value
Returns:
the current instance of ConfigPropertyType

getConfigPropertyValue

String getConfigPropertyValue()
Returns the config-property-value element

Returns:
the node defined for the element config-property-value

removeConfigPropertyValue

ConfigPropertyType<T> removeConfigPropertyValue()
Removes the config-property-value element

Returns:
the current instance of ConfigPropertyType

configPropertyIgnore

ConfigPropertyType<T> configPropertyIgnore(Boolean configPropertyIgnore)
Sets the config-property-ignore element

Parameters:
configPropertyIgnore - the value for the element config-property-ignore
Returns:
the current instance of ConfigPropertyType

isConfigPropertyIgnore

Boolean isConfigPropertyIgnore()
Returns the config-property-ignore element

Returns:
the node defined for the element config-property-ignore

removeConfigPropertyIgnore

ConfigPropertyType<T> removeConfigPropertyIgnore()
Removes the config-property-ignore element

Returns:
the current instance of ConfigPropertyType

configPropertySupportsDynamicUpdates

ConfigPropertyType<T> configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
Sets the config-property-supports-dynamic-updates element

Parameters:
configPropertySupportsDynamicUpdates - the value for the element config-property-supports-dynamic-updates
Returns:
the current instance of ConfigPropertyType

isConfigPropertySupportsDynamicUpdates

Boolean isConfigPropertySupportsDynamicUpdates()
Returns the config-property-supports-dynamic-updates element

Returns:
the node defined for the element config-property-supports-dynamic-updates

removeConfigPropertySupportsDynamicUpdates

ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
Removes the config-property-supports-dynamic-updates element

Returns:
the current instance of ConfigPropertyType

configPropertyConfidential

ConfigPropertyType<T> configPropertyConfidential(Boolean configPropertyConfidential)
Sets the config-property-confidential element

Parameters:
configPropertyConfidential - the value for the element config-property-confidential
Returns:
the current instance of ConfigPropertyType

isConfigPropertyConfidential

Boolean isConfigPropertyConfidential()
Returns the config-property-confidential element

Returns:
the node defined for the element config-property-confidential

removeConfigPropertyConfidential

ConfigPropertyType<T> removeConfigPropertyConfidential()
Removes the config-property-confidential element

Returns:
the current instance of ConfigPropertyType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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