com.ibm.cics.bundle
Class Manifest.Define

java.lang.Object
  extended by com.ibm.cics.bundle.Manifest.Define
Enclosing class:
Manifest

public static class Manifest.Define
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="warn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Manifest.Define()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPath()
          Gets the value of the path property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.Boolean isOptional()
          Gets the value of the optional property.
 java.lang.Boolean isWarn()
          Gets the value of the warn property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOptional(java.lang.Boolean value)
          Sets the value of the optional property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setWarn(java.lang.Boolean value)
          Sets the value of the warn property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manifest.Define

public Manifest.Define()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

isOptional

public java.lang.Boolean isOptional()
Gets the value of the optional property.

Returns:
possible object is Boolean

setOptional

public void setOptional(java.lang.Boolean value)
Sets the value of the optional property.

Parameters:
value - allowed object is Boolean

isWarn

public java.lang.Boolean isWarn()
Gets the value of the warn property.

Returns:
possible object is Boolean

setWarn

public void setWarn(java.lang.Boolean value)
Sets the value of the warn property.

Parameters:
value - allowed object is Boolean