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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return ErrorCodeType
 ErrorCodeType Webapp23Factory.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.webapp23 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.