Uses of Interface
org.eclipse.modisco.jee.webapp.webapp22.ErrorCodeType

Packages that use ErrorCodeType
org.eclipse.modisco.jee.webapp.webapp22   
 

Uses of ErrorCodeType in org.eclipse.modisco.jee.webapp.webapp22
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return ErrorCodeType
 ErrorCodeType Webapp22Factory.createErrorCodeType()
          Returns a new object of class 'Error Code Type'.
 ErrorCodeType DocumentRoot.getErrorCode()
          Returns the value of the 'Error Code' containment reference.
 ErrorCodeType ErrorPageType.getErrorCode()
          Returns the value of the 'Error Code' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 with parameters of type ErrorCodeType
 void DocumentRoot.setErrorCode(ErrorCodeType value)
          Sets the value of the 'Error Code' containment reference.
 void ErrorPageType.setErrorCode(ErrorCodeType value)
          Sets the value of the 'Error Code' containment reference.